cmr.opendap.http.request
Documentation forthcoming
accept-api-version
(accept-api-version system req)Documentation forthcoming
accept-format
(accept-format system req)Documentation forthcoming
accept-media-type
(accept-media-type system req)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-client-id
(add-client-id)(add-client-id req)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
add-user-agent
(add-user-agent)(add-user-agent req)Documentation forthcoming
async-get
(async-get url)(async-get url req)(async-get url req callback)Documentation forthcoming
async-post
(async-post url)(async-post url req)(async-post url req callback)Documentation forthcoming
default-accept
(default-accept system)Documentation forthcoming
default-options
Documentation forthcoming
get
(get & args)Documentation forthcoming
get-header
(get-header req field)Documentation forthcoming
options
(options req & opts)Documentation forthcoming
parse-accept
(parse-accept system req)Documentation forthcoming
post
(post & args)Documentation forthcoming
request
(request method url req & [callback])Documentation forthcoming