The HTTPRequestHeaderType captures the raw or parsed header of an HTTP request.
Field Name | Type | Description |
---|---|---|
Raw_Header0..1 | StringObjectPropertyType |
The Raw_Header field captures the HTTP request header as a raw, unparsed string. |
Parsed_Header0..1 | HTTPRequestHeaderFieldsType |
The Parsed_Header field captures the HTTP request header as a set of parsed HTTP header fields. |