A single decoded STOMP frame: a command, its headers, and a raw body.
The body is left as bytes so binary payloads (including embedded NULs framed by content-length)
survive intact. Header keys and values are already unescaped from their on-the-wire form.
A single decoded STOMP frame: a command, its headers, and a raw body.
The body is left as bytes so binary payloads (including embedded NULs framed by
content-length) survive intact. Header keys and values are already unescaped from their on-the-wire form.Since
1.0.0