Functions14 public, 0 private

Returns if the request did not explicitly opt-out of profile tracking.
publicbooleanacceptsTracking
Struct that contains the HTTP header fields.
structheadersgetHttpRequestData()
Builds an encoded HTTP body from the provided key-value-pairs.
publicstringbuildHttpBody
requiredstructkvp
publicstructgetBasicAuth
anyhttpRequestgetHttpRequestData()
publicstringgetBearerAuth
anyhttpRequestgetHttpRequestData()
Returns a modified (extended) version of the CGI.
publicstructgetCGI
Returns the numeric status code of the provided HTTP response, ranging from 100 to 599. Returns 0 if the status cannot be determined.
publicnumericgetHttpStatusCode
requiredanyhttpResponse
Returns the verb of the provided HTTP request.
publicstringgetHttpVerb
structhttpRequestgetHttpRequestData()
Attempts to determine the actual remote address used for the request.
publicstringgetRemoteAddress
structrequestDatagetHttpRequestData()
Attempts to determine the actual remote agent used for the request.
publicstringgetRemoteAgent
structrequestDatagetHttpRequestData()
Wraps ColdFusion's CFHTTP tag to support DELETE request via HTTP.
publicstructhttpDELETE
Attributes to pass to the CFHTTP tag.
requiredstructattributeCollection
Body of the request.
requiredstructparameters
Wraps ColdFusion's CFHTTP tag to support PUT request via HTTP.
publicstructhttpPUT
Attributes to pass to the CFHTTP tag.
requiredstructattributeCollection
Body of the request.
requiredstructparameters
Transforms the content of the provided HTTP body.
publicstructhttpTransformQuery
requiredstring, structhttpRequestgetHttpRequestData()
structOPTIONS{}
optionbooleanbuildFieldNamestrue
handle keys with trailing square brackets as array
optionbooleandetectArrayfalse
type to return for multiple values for the same key
option"array", "list", "overwrite"multiKeyActionlist
preserve order of keys in the body
optionbooleanpreserveOrderfalse
publicstructidentifyUserAgent
requiredstringuseragent
Parses the content of the provided HTTP body.
publicstructtransformHttpBody
requiredstructhttpRequestgetHttpRequestData()
structOPTIONS{}
optionbooleanbuildFieldNamesfalse
optionbooleandetectArrayfalse
optionbooleanpreserveCasefalse