GNU libmicrohttpd 0.9.77
Loading...
Searching...
No Matches
MHD_Action Struct Reference

#include </builddir/build/BUILD/libmicrohttpd-0.9.77/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(), and MHD_action_suspend().

◆ 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: