Home | Documentation |
soap_mq_msg Struct Reference
updated Tue May 21 2024 by Robert van Engelen
|
Queued inbound message (in linked list). More...
#include <mq.h>
Public Attributes | |
char * | buf |
size_t | len |
struct soap | soap |
struct soap_mq_msg * | next |
Queued inbound message (in linked list).
char* soap_mq_msg::buf |
inbound HTTP body
size_t soap_mq_msg::len |
inbound HTTP body length
struct soap_mq_msg* soap_mq_msg::next |
struct soap soap_mq_msg::soap |
saved context to read HTTP body