Heads up! These docs are for STIX 1.1.1, which is not the latest version (1.2). View the latest!

HTTPMessageTypeHTTP Session Object Schema

The HTTPMessageType captures a single HTTP message body and its length.


Fields

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.