Representation of the XML-RPC reply being constructed.
More...
Data Fields
-
str body
- The XML-RPC document 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.
-
char * reason
- Reason phrase text which provides human-readable description that augments the reply code.
Detailed Description
This data structure describes the XML-RPC reply that is being constructed and will be sent to the client.
Definition at line 299 of file xmlrpc.c.
The documentation for this struct was generated from the following file: