/AWS1/CL_CWECONNHTTPPARAMETERS¶
Contains additional parameters for the connection.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_headerparameters TYPE /AWS1/CL_CWECONNHEADERPARAM=>TT_CONNHEADERPARAMETERSLIST TT_CONNHEADERPARAMETERSLIST¶
Contains additional header parameters for the connection.
it_querystringparameters TYPE /AWS1/CL_CWECONNQUERYSTRPARAM=>TT_CONNQUERYSTRINGPARAMSLIST TT_CONNQUERYSTRINGPARAMSLIST¶
Contains additional query string parameters for the connection.
it_bodyparameters TYPE /AWS1/CL_CWECONNBODYPARAMETER=>TT_CONNBODYPARAMETERSLIST TT_CONNBODYPARAMETERSLIST¶
Contains additional body string parameters for the connection.
Queryable Attributes¶
HeaderParameters¶
Contains additional header parameters for the connection.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_HEADERPARAMETERS() |
Getter for HEADERPARAMETERS, with configurable default |
ASK_HEADERPARAMETERS() |
Getter for HEADERPARAMETERS w/ exceptions if field has no va |
HAS_HEADERPARAMETERS() |
Determine if HEADERPARAMETERS has a value |
QueryStringParameters¶
Contains additional query string parameters for the connection.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_QUERYSTRINGPARAMETERS() |
Getter for QUERYSTRINGPARAMETERS, with configurable default |
ASK_QUERYSTRINGPARAMETERS() |
Getter for QUERYSTRINGPARAMETERS w/ exceptions if field has |
HAS_QUERYSTRINGPARAMETERS() |
Determine if QUERYSTRINGPARAMETERS has a value |
BodyParameters¶
Contains additional body string parameters for the connection.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BODYPARAMETERS() |
Getter for BODYPARAMETERS, with configurable default |
ASK_BODYPARAMETERS() |
Getter for BODYPARAMETERS w/ exceptions if field has no valu |
HAS_BODYPARAMETERS() |
Determine if BODYPARAMETERS has a value |