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