/AWS1/CL_APMHTTPGWROUTEHEADER¶
An object that represents the HTTP header in the gateway route.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_name TYPE /AWS1/APMHEADERNAME /AWS1/APMHEADERNAME¶
A name for the HTTP header in the gateway route that will be matched on.
Optional arguments:¶
iv_invert TYPE /AWS1/APMBOOLEAN /AWS1/APMBOOLEAN¶
Specify
Trueto match anything except the match criteria. The default value isFalse.
io_match TYPE REF TO /AWS1/CL_APMHEADERMATCHMETHOD /AWS1/CL_APMHEADERMATCHMETHOD¶
An object that represents the method and value to match with the header value sent in a request. Specify one match method.
Queryable Attributes¶
name¶
A name for the HTTP header in the gateway route that will be matched on.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
invert¶
Specify
Trueto match anything except the match criteria. The default value isFalse.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INVERT() |
Getter for INVERT, with configurable default |
ASK_INVERT() |
Getter for INVERT w/ exceptions if field has no value |
HAS_INVERT() |
Determine if INVERT has a value |
match¶
An object that represents the method and value to match with the header value sent in a request. Specify one match method.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MATCH() |
Getter for MATCH |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_HTTPGATEWAYROUTEHEADERS¶
TYPES TT_HTTPGATEWAYROUTEHEADERS TYPE STANDARD TABLE OF REF TO /AWS1/CL_APMHTTPGWROUTEHEADER WITH DEFAULT KEY
.