|
DeterministicESPAsyncWebServer v6.27.1
Zero-allocation, bounded-execution async HTTP server for ESP32
|
AMQP 0-9-1 frame codec (DETWS_ENABLE_AMQP) - zero-heap frame builder + parser for the RabbitMQ wire protocol, so a device can be an AMQP client over the shipped outbound client transport. More...
#include "ServerConfig.h"Go to the source code of this file.
AMQP 0-9-1 frame codec (DETWS_ENABLE_AMQP) - zero-heap frame builder + parser for the RabbitMQ wire protocol, so a device can be an AMQP client over the shipped outbound client transport.
The connection opens with an 8-octet protocol header ("AMQP" 0 0 9 1). After that every frame is:
class-id(2) method-id(2) then the method arguments.The builders frame a payload into a caller buffer (fail-closed, validating the 0xCE end on parse); the method arguments are the application's. Frame format per the AMQP 0-9-1 spec.
Definition in file amqp.h.