/AWS1/CL_NWFCREPROXYRLSBYREQ00¶
Evaluation points in the traffic flow where rules are applied. There are three phases in a traffic where the rule match is applied.
This data type is used specifically for the CreateProxyRules API.
Pre-DNS - before domain resolution.
Pre-Request - after DNS, before request.
Post-Response - after receiving response.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_predns TYPE /AWS1/CL_NWFCREATEPROXYRULE=>TT_CREATEPROXYRULELIST TT_CREATEPROXYRULELIST¶
Before domain resolution.
it_prerequest TYPE /AWS1/CL_NWFCREATEPROXYRULE=>TT_CREATEPROXYRULELIST TT_CREATEPROXYRULELIST¶
After DNS, before request.
it_postresponse TYPE /AWS1/CL_NWFCREATEPROXYRULE=>TT_CREATEPROXYRULELIST TT_CREATEPROXYRULELIST¶
After receiving response.
Queryable Attributes¶
PreDNS¶
Before domain resolution.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PREDNS() |
Getter for PREDNS, with configurable default |
ASK_PREDNS() |
Getter for PREDNS w/ exceptions if field has no value |
HAS_PREDNS() |
Determine if PREDNS has a value |
PreREQUEST¶
After DNS, before request.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PREREQUEST() |
Getter for PREREQUEST, with configurable default |
ASK_PREREQUEST() |
Getter for PREREQUEST w/ exceptions if field has no value |
HAS_PREREQUEST() |
Determine if PREREQUEST has a value |
PostRESPONSE¶
After receiving response.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_POSTRESPONSE() |
Getter for POSTRESPONSE, with configurable default |
ASK_POSTRESPONSE() |
Getter for POSTRESPONSE w/ exceptions if field has no value |
HAS_POSTRESPONSE() |
Determine if POSTRESPONSE has a value |