The HTTPMessageType captures a single HTTP message body and its length.
| Field Name | Type | Description |
|---|---|---|
| Length0..1 | PositiveIntegerObjectPropertyType |
The Length field captures the length of the HTTP message body, in bytes. |
| Message_Body0..1 | StringObjectPropertyType |
The Message_Body field captures the data contained in the HTTP message body. |