GNUnet 0.21.1
MhdConnectionHandle Struct Reference

MHD Connection handle. More...

Collaboration diagram for MhdConnectionHandle:
[legend]

Data Fields

struct MHD_Connection * con
 
struct MHD_Response * response
 
struct GNUNET_REST_RequestHandledata_handle
 
struct MHD_PostProcessor * pp
 
int status
 
int state
 

Detailed Description

MHD Connection handle.

Definition at line 202 of file gnunet-rest-server.c.

Field Documentation

◆ con

struct MHD_Connection* MhdConnectionHandle::con

Definition at line 204 of file gnunet-rest-server.c.

Referenced by create_response().

◆ response

struct MHD_Response* MhdConnectionHandle::response

Definition at line 206 of file gnunet-rest-server.c.

Referenced by create_response().

◆ data_handle

struct GNUNET_REST_RequestHandle* MhdConnectionHandle::data_handle

Definition at line 208 of file gnunet-rest-server.c.

Referenced by create_response().

◆ pp

struct MHD_PostProcessor* MhdConnectionHandle::pp

Definition at line 210 of file gnunet-rest-server.c.

Referenced by create_response().

◆ status

int MhdConnectionHandle::status

Definition at line 212 of file gnunet-rest-server.c.

Referenced by create_response().

◆ state


The documentation for this struct was generated from the following file: