GNU libmicrohttpd  0.9.72
MHD_Action Struct Reference

#include </builddir/build/BUILD/libmicrohttpd-0.9.72/src/lib/internal.h>

Data Fields

ActionCallback action
 
void * action_cls
 

Detailed Description

Actions are returned by the application to drive the request handling of MHD.

Definition at line 1548 of file internal.h.

Field Documentation

◆ action

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().

◆ action_cls

void* MHD_Action::action_cls

Closure for action

Definition at line 1559 of file internal.h.

Referenced by MHD_action_from_response().


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