pamqp.header
AMQP Header Class Definitions
For encoding AMQP Header frames into binary AMQP stream data and decoding AMQP binary data into AMQP Header frames.
- class pamqp.header.ProtocolHeader(major_version: int = 0, minor_version: int = 9, revision: int = 1)[source]
Class that represents the AMQP Protocol Header
- class pamqp.header.ContentHeader(weight: int = 0, body_size: int = 0, properties: Optional[Properties] = None)[source]
Represent a content header frame
A Content Header frame is received after a Basic.Deliver or Basic.GetOk frame and has the data and properties for the Content Body frames that follow.