The HTTPRequestLineType captures a single HTTP request line.
Field Name | Type | Description |
---|---|---|
HTTP_Method0..1 | HTTPMethodType |
The HTTP_Method field captures the HTTP method portion of the HTTP request line. |
Value0..1 | StringObjectPropertyType |
The Value field captures the value (typically a resource path) portion of the HTTP request line. |
Version0..1 | StringObjectPropertyType |
The Version field captures the HTTP version portion of the HTTP request line. |