Representation of the xhttp_rpc reply being constructed.
More...
#include <xhttp_rpc.h>
Data Fields
-
str body
- The xhttp_rpc http body built so far.
-
str buf
- The memory buffer allocated for the reply, this is where the body attribute of the structure points to.
-
int code
- Reply code which indicates the type of the reply.
-
str reason
- Reason phrase text which provides human-readable description that augments the reply code.
Detailed Description
This data structure describes the xhttp_rpc reply that is being constructed and will be sent to the client.
Definition at line 50 of file xhttp_rpc.h.
The documentation for this struct was generated from the following file: