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 | signal_handler (int sig_num) |
Variables | |
static int | s_received_signal = 0 |
static const char * | s_remote_addr = "glosbe.com:80" |
static struct mg_server * | s_server = NULL |
static int ev_handler | ( | struct mg_connection * | conn, |
enum mg_event | ev | ||
) | [static] |
Definition at line 21 of file http_client.c.
int main | ( | void | ) |
Definition at line 65 of file http_client.c.
static void signal_handler | ( | int | sig_num | ) | [static] |
Definition at line 16 of file http_client.c.
int s_received_signal = 0 [static] |
Definition at line 12 of file http_client.c.
const char* s_remote_addr = "glosbe.com:80" [static] |
Definition at line 14 of file http_client.c.
Definition at line 13 of file http_client.c.