The context of the xhttp_rpc request being processed. More...
#include <xhttp_rpc.h>

The context of the XML-RPC request being processed.
This is the data structure that contains all data related to the xhttp_rpc request being processed, such as the reply code and reason, data to be sent to the client in the reply, and so on.
There is always one context per xhttp_rpc request.
This is the data structure that contains all data related to the XML-RPC request being processed, such as the reply code and reason, data to be sent to the client in the reply, and so on.
There is always one context per XML-RPC request.
Definition at line 68 of file xhttp_rpc.h.
The SIP/HTTP through which the RPC has been received.
Definition at line 69 of file xhttp_rpc.h.
Referenced by rpc_delayed_ctx_close(), rpc_delayed_ctx_new(), and rpc_send().
1.7.1