Go to the source code of this file.
Functions | |
static int | ev_handler (struct mg_connection *conn, enum mg_event ev) |
static void | handle_restful_call (struct mg_connection *conn) |
int | main (void) |
Variables | |
static const char * | s_no_cache_header = "pre-check=0, no-store, no-cache, must-revalidate\r\n" |
static int ev_handler | ( | struct mg_connection * | conn, |
enum mg_event | ev | ||
) | [static] |
Definition at line 20 of file restful_api.c.
static void handle_restful_call | ( | struct mg_connection * | conn | ) | [static] |
Definition at line 10 of file restful_api.c.
int main | ( | void | ) |
Definition at line 34 of file restful_api.c.
const char* s_no_cache_header = "pre-check=0, no-store, no-cache, must-revalidate\r\n" [static] |
Definition at line 6 of file restful_api.c.