The HTTPStatusLineType captures a single HTTP response status line.
Field Name | Type | Description |
---|---|---|
Version0..1 | StringObjectPropertyType |
The Version field captures the HTTP version portion of the HTTP status line. |
Status_Code0..1 | PositiveIntegerObjectPropertyType |
The Status_Code field captures the HTTP status code portion of the HTTP status line. |
Reason_Phrase0..1 | StringObjectPropertyType |
The Reason_Phrase field captures the HTTP reason phrase portion of the HTTP status line. |