#include <mongoose.h>
Classes | |
struct | mg_header |
Public Attributes | |
void * | callback_param |
void * | connection_param |
char * | content |
size_t | content_len |
struct mg_connection::mg_header | http_headers [30] |
const char * | http_version |
int | is_websocket |
char | local_ip [48] |
unsigned short | local_port |
int | num_headers |
const char * | query_string |
char | remote_ip [48] |
unsigned short | remote_port |
const char * | request_method |
void * | server_param |
int | status_code |
const char * | uri |
int | wsbits |
Definition at line 32 of file mongoose.h.
Definition at line 57 of file mongoose.h.
Definition at line 56 of file mongoose.h.
char* mg_connection::content |
Definition at line 49 of file mongoose.h.
size_t mg_connection::content_len |
Definition at line 50 of file mongoose.h.
const char* mg_connection::http_version |
Definition at line 35 of file mongoose.h.
Definition at line 52 of file mongoose.h.
char mg_connection::local_ip[48] |
Definition at line 39 of file mongoose.h.
unsigned short mg_connection::local_port |
Definition at line 41 of file mongoose.h.
Definition at line 43 of file mongoose.h.
const char* mg_connection::query_string |
Definition at line 36 of file mongoose.h.
char mg_connection::remote_ip[48] |
Definition at line 38 of file mongoose.h.
unsigned short mg_connection::remote_port |
Definition at line 40 of file mongoose.h.
const char* mg_connection::request_method |
Definition at line 33 of file mongoose.h.
Definition at line 55 of file mongoose.h.
Definition at line 53 of file mongoose.h.
const char* mg_connection::uri |
Definition at line 34 of file mongoose.h.
Definition at line 54 of file mongoose.h.