The HTTPServerResponseType captures the details of an HTTP server response.
| Field Name | Type | Description |
|---|---|---|
| HTTP_Status_Line0..1 | HTTPStatusLineType |
The HTTP_Status_Line field captures the status line returned as part of the HTTP server response. |
| HTTP_Response_Header0..1 | HTTPResponseHeaderType |
The HTTP_Response_Header field captures the details of the HTTP Header returned as part of the HTTP server response. |
| HTTP_Message_Body0..1 | HTTPMessageType |
The HTTP_Message_Body field captures the HTTP message body returned as part of the HTTP server response. |