cmr.http.kit.request

Documentation forthcoming

accept-pattern

The regular expression for the Accept header that may include version and parameter information splits into the following groups: * type: everything before the first ‘/’ (slash) * subtype: everything after the first ‘/’

The subtype is then further broken down into the following groups: * vendor * version (with and without the ‘.’ * content-type (with and without the ‘+’ as well as the case where no vendor is supplied))

All other groups are unused.

accept-pattern-keys

Documentation forthcoming

add-accept

(add-accept value)(add-accept req value)

Documentation forthcoming

add-content-type

(add-content-type ct)(add-content-type req ct)

Documentation forthcoming

add-form-ct

(add-form-ct)(add-form-ct req)

Documentation forthcoming

add-header

(add-header field value)(add-header req field value)

Documentation forthcoming

add-payload

(add-payload data)(add-payload req data)

Documentation forthcoming

add-token-header

(add-token-header token)(add-token-header req token)

Documentation forthcoming

async-get

(async-get url)(async-get url req)(async-get url req options)(async-get url req options callback)

Documentation forthcoming

async-post

(async-post url)(async-post url req)(async-post url req options)(async-post url req options callback)

Documentation forthcoming

get

(get & args)

Documentation forthcoming

get-header

(get-header req field)

Documentation forthcoming

options

(options req & opts)

Documentation forthcoming

post

(post & args)

Documentation forthcoming

request

(request method url req options callback)

Documentation forthcoming