/AWS1/CL_IOTHTTPCONTEXT¶
Specifies the HTTP context to use for the test authorizer request.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_headers TYPE /AWS1/CL_IOTHTTPHEADERS_W=>TT_HTTPHEADERS TT_HTTPHEADERS¶
The header keys and values in an HTTP authorization request.
iv_querystring TYPE /AWS1/IOTHTTPQUERYSTRING /AWS1/IOTHTTPQUERYSTRING¶
The query string keys and values in an HTTP authorization request.
Queryable Attributes¶
headers¶
The header keys and values in an HTTP authorization request.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_HEADERS() |
Getter for HEADERS, with configurable default |
ASK_HEADERS() |
Getter for HEADERS w/ exceptions if field has no value |
HAS_HEADERS() |
Determine if HEADERS has a value |
queryString¶
The query string keys and values in an HTTP authorization request.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_QUERYSTRING() |
Getter for QUERYSTRING, with configurable default |
ASK_QUERYSTRING() |
Getter for QUERYSTRING w/ exceptions if field has no value |
HAS_QUERYSTRING() |
Determine if QUERYSTRING has a value |