[][src]Module romp::message::stomp_message

Structs

Header
StompMessage

StompMessage is a command, a list of headers, and a body (typically text can be binary) Can be an incoming message or outgoing message. Typically StompMessage represents a STOMP protocol message but is also used to represent HTTP requests and responses.

Enums

MessageType
Ownership

These ownership flags are copied from xtomp and are indicative of use but not validated or required.

StompCommand