Definition at line 1153 of file civetweb.h.
Public Attributes | |
int(* | field_found )(const char *key, const char *filename, char *path, size_t pathlen, void *user_data) |
int(* | field_get )(const char *key, const char *value, size_t valuelen, void *user_data) |
int(* | field_store )(const char *path, long long file_size, void *user_data) |
void * | user_data |
int(* mg_form_data_handler::field_found) (const char *key, const char *filename, char *path, size_t pathlen, void *user_data) |
Definition at line 1173 of file civetweb.h.
int(* mg_form_data_handler::field_get) (const char *key, const char *value, size_t valuelen, void *user_data) |
Definition at line 1191 of file civetweb.h.
Definition at line 1213 of file civetweb.h.
void* mg_form_data_handler::user_data |
Definition at line 1216 of file civetweb.h.