HomePort
|
Go to the source code of this file.
Functions | |
static void | exit_handler (int sig) |
int | handle_request (hpd_httpd_t *ins, hpd_httpd_request_t *req, void *ws_ctx, void **req_data) |
void | header_printer (void *data, const char *key, const char *value) |
int | main (int argc, char *argv[]) |
Variables | |
static hpd_httpd_t * | server = NULL |
|
static |
Definition at line 38 of file greeting.c.
int handle_request | ( | hpd_httpd_t * | ins, |
hpd_httpd_request_t * | req, | ||
void * | ws_ctx, | ||
void ** | req_data | ||
) |
Definition at line 56 of file greeting.c.
void header_printer | ( | void * | data, |
const char * | key, | ||
const char * | value | ||
) |
int main | ( | int | argc, |
char * | argv[] | ||
) |
|
static |
Definition at line 35 of file greeting.c.