The HTTPRequestResponseType captures a single HTTP request/response pair.
Field Name | Type | Description |
---|---|---|
@ordinal_positionoptional | nonNegativeInteger |
The ordinal_position attribute specifies the ordinal positioning of the HTTP request/response pair in the context of the HTTP session. This may be useful in certain cases for preserving observed HTTP request/response ordering. |
HTTP_Client_Request0..1 | HTTPClientRequestType |
The HTTP_Client_Request field specifies the HTTP client request portion of a single HTTP request/response pair. |
HTTP_Provisional_Server_Response0..1 | HTTPServerResponseType |
The HTTP_Provisional_Server_Response field specifies an HTTP provisional server response that was sent before the regular HTTP response (captured in the HTTP_Server_Response field). |
HTTP_Server_Response0..1 | HTTPServerResponseType |
The HTTP_Server_Response field specifies the HTTP server response portion of a single HTTP request/response pair. |