![]() |
GNUnet
0.11.x
|
MHD Connection handle. More...
Data Fields | |
struct MHD_Connection * | con |
struct MHD_Response * | response |
struct GNUNET_REST_RequestHandle * | data_handle |
struct MHD_PostProcessor * | pp |
int | status |
int | state |
MHD Connection handle.
Definition at line 172 of file gnunet-rest-server.c.
struct MHD_Connection* MhdConnectionHandle::con |
Definition at line 174 of file gnunet-rest-server.c.
Referenced by create_response(), and plugin_callback().
struct MHD_Response* MhdConnectionHandle::response |
Definition at line 176 of file gnunet-rest-server.c.
Referenced by cleanup_handle(), create_response(), and plugin_callback().
struct GNUNET_REST_RequestHandle* MhdConnectionHandle::data_handle |
Definition at line 178 of file gnunet-rest-server.c.
Referenced by cleanup_handle(), and create_response().
struct MHD_PostProcessor* MhdConnectionHandle::pp |
Definition at line 180 of file gnunet-rest-server.c.
Referenced by create_response().
int MhdConnectionHandle::status |
Definition at line 182 of file gnunet-rest-server.c.
Referenced by create_response(), and plugin_callback().
int MhdConnectionHandle::state |
Definition at line 184 of file gnunet-rest-server.c.
Referenced by create_response().