Skip to content

/AWS1/CL_APMHTTPROUTEHEADER

An object that represents the HTTP header in the request.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_name TYPE /AWS1/APMHEADERNAME /AWS1/APMHEADERNAME

A name for the HTTP header in the client request that will be matched on.

Optional arguments:

iv_invert TYPE /AWS1/APMBOOLEAN /AWS1/APMBOOLEAN

Specify True to match anything except the match criteria. The default value is False.

io_match TYPE REF TO /AWS1/CL_APMHEADERMATCHMETHOD /AWS1/CL_APMHEADERMATCHMETHOD

The HeaderMatchMethod object.


Queryable Attributes

name

A name for the HTTP header in the client request 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 True to match anything except the match criteria. The default value is False.

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

The HeaderMatchMethod object.

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_HTTPROUTEHEADERS

TYPES TT_HTTPROUTEHEADERS TYPE STANDARD TABLE OF REF TO /AWS1/CL_APMHTTPROUTEHEADER WITH DEFAULT KEY
.