GNU libmicrohttpd
0.9.72
|
#include </builddir/build/BUILD/libmicrohttpd-0.9.72/src/lib/internal.h>
Data Fields | |
ActionCallback | action |
void * | action_cls |
Actions are returned by the application to drive the request handling of MHD.
Definition at line 1548 of file internal.h.
ActionCallback MHD_Action::action |
Function to call for the action.
Definition at line 1554 of file internal.h.
Referenced by call_request_handler(), MHD_action_continue(), MHD_action_from_response(), MHD_action_suspend(), and upload_action().
void* MHD_Action::action_cls |
Closure for action
Definition at line 1559 of file internal.h.
Referenced by MHD_action_from_response().