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 202 of file gnunet-rest-server.c.
struct MHD_Connection* MhdConnectionHandle::con |
Definition at line 204 of file gnunet-rest-server.c.
Referenced by create_response().
struct MHD_Response* MhdConnectionHandle::response |
Definition at line 206 of file gnunet-rest-server.c.
Referenced by create_response().
struct GNUNET_REST_RequestHandle* MhdConnectionHandle::data_handle |
Definition at line 208 of file gnunet-rest-server.c.
Referenced by create_response().
struct MHD_PostProcessor* MhdConnectionHandle::pp |
Definition at line 210 of file gnunet-rest-server.c.
Referenced by create_response().
int MhdConnectionHandle::status |
Definition at line 212 of file gnunet-rest-server.c.
Referenced by create_response().
int MhdConnectionHandle::state |
Definition at line 214 of file gnunet-rest-server.c.
Referenced by create_response(), httpdomain.autohttp.bottle.AutobottleDirective::run(), httpdomain.autohttp.flask.AutoflaskDirective::run(), httpdomain.autohttp.flaskqref.QuickReferenceFlaskDirective::run(), httpdomain.autohttp.tornado.AutoTornadoDirective::run(), and typescriptdomain.TypeScriptDefinition::run().