Go to the source code of this file.
Functions | |
static int | ev_handler (struct mg_connection *conn, enum mg_event ev) |
int | main (void) |
static void | send_reply (struct mg_connection *conn) |
Variables | |
static const char * | html_form = "</form></body></html>" |
static int ev_handler | ( | struct mg_connection * | conn, |
enum mg_event | ev | ||
) | [static] |
Definition at line 38 of file form_submit.c.
int main | ( | void | ) |
Definition at line 49 of file form_submit.c.
static void send_reply | ( | struct mg_connection * | conn | ) | [static] |
Definition at line 13 of file form_submit.c.
Definition at line 5 of file form_submit.c.