Functions14 public, 0 private
Returns if the request did not explicitly opt-out of profile tracking. | |||
public | boolean | acceptsTracking | |
Struct that contains the HTTP header fields. | |||
struct | headers | getHttpRequestData() | |
Builds an encoded HTTP body from the provided key-value-pairs. | |||
public | string | buildHttpBody | |
required | struct | kvp | |
public | struct | getBasicAuth | |
any | httpRequest | getHttpRequestData() | |
public | string | getBearerAuth | |
any | httpRequest | getHttpRequestData() | |
Returns a modified (extended) version of the CGI. | |||
public | struct | getCGI | |
Returns the numeric status code of the provided HTTP response, ranging from 100 to 599. Returns 0 if the status cannot be determined. | |||
public | numeric | getHttpStatusCode | |
required | any | httpResponse | |
Returns the verb of the provided HTTP request. | |||
public | string | getHttpVerb | |
struct | httpRequest | getHttpRequestData() | |
Attempts to determine the actual remote address used for the request. | |||
public | string | getRemoteAddress | |
struct | requestData | getHttpRequestData() | |
Attempts to determine the actual remote agent used for the request. | |||
public | string | getRemoteAgent | |
struct | requestData | getHttpRequestData() | |
Wraps ColdFusion's CFHTTP tag to support DELETE request via HTTP. | |||
public | struct | httpDELETE | |
Attributes to pass to the CFHTTP tag. | |||
required | struct | attributeCollection | |
Body of the request. | |||
required | struct | parameters | |
Wraps ColdFusion's CFHTTP tag to support PUT request via HTTP. | |||
public | struct | httpPUT | |
Attributes to pass to the CFHTTP tag. | |||
required | struct | attributeCollection | |
Body of the request. | |||
required | struct | parameters | |
Transforms the content of the provided HTTP body. | |||
public | struct | httpTransformQuery | |
required | string, struct | httpRequest | getHttpRequestData() |
struct | OPTIONS | {} | |
option | boolean | buildFieldNames | true |
handle keys with trailing square brackets as array | |||
option | boolean | detectArray | false |
type to return for multiple values for the same key | |||
option | "array", "list", "overwrite" | multiKeyAction | list |
preserve order of keys in the body | |||
option | boolean | preserveOrder | false |
public | struct | identifyUserAgent | |
required | string | useragent | |
Parses the content of the provided HTTP body. | |||
public | struct | transformHttpBody | |
required | struct | httpRequest | getHttpRequestData() |
struct | OPTIONS | {} | |
option | boolean | buildFieldNames | false |
option | boolean | detectArray | false |
option | boolean | preserveCase | false |