GNU libmicrohttpd 0.9.77
|
implementation of MHD_action_continue() More...
#include "internal.h"
Go to the source code of this file.
Functions | |
static enum MHD_StatusCode | cont_action (void *cls, struct MHD_Request *request) |
const struct MHD_Action * | MHD_action_continue (void) |
implementation of MHD_action_continue()
Definition in file action_continue.c.
|
static |
The continue action is being run. Continue handling the upload.
cls | NULL |
request | the request to apply the action to |
Definition at line 37 of file action_continue.c.
Referenced by MHD_action_continue().
const struct MHD_Action * MHD_action_continue | ( | void | ) |
Action telling MHD to continue processing the upload.
Definition at line 54 of file action_continue.c.
References MHD_Action::action, cont_action(), and NULL.