HTTP_TRACKING_E¶
Provides the tracking type of the HTTP Request or Response. (Length, Fin, Chunk)
This topic lists the expressions that are provided by this class.
Enumerations¶
CHUNK
FIN
LENGTH
UNKNOWN_TRACKING
Expressions¶
EQ ( http_tracking_e t)
The result is Boolean TRUE if the tracking type of the HTTP request or response matches the input argument.
Parameters (expressions not allowed):
t - Http Tracking Mechanism
Returns: bool_at