The HTTPClientRequestType field captures the details of an HTTP client request.
Field Name | Type | Description |
---|---|---|
HTTP_Request_Line0..1 | HTTPRequestLineType |
The HTTP_Request_Line field specifies the HTTP request line of the HTTP client request. |
HTTP_Request_Header0..1 | HTTPRequestHeaderType |
The HTTP_Request_Header field specifies all of the HTTP header fields that may be found in the HTTP client request. |
HTTP_Message_Body0..1 | HTTPMessageType |
The HTTP_Message_Body field specifies the optional message body that may be included in the HTTP client request. |