Go to the source code of this file.
|
int | mg_get_cookie (const struct mg_connection *, const char *cookie_name, char *buf, size_t buf_len) |
|
const char * | mg_get_header (const struct mg_connection *, const char *name) |
|
const char * | mg_get_option (const struct mg_context *ctx, const char *name) |
|
const char ** | mg_get_valid_option_names (void) |
|
int | mg_get_var (const char *data, size_t data_len, const char *var_name, char *buf, size_t buf_len) |
|
void | mg_md5 (char *buf,...) |
|
int | mg_modify_passwords_file (struct mg_context *ctx, const char *passwords_file_name, const char *user, const char *password) |
|
int | mg_printf (struct mg_connection *, const char *fmt,...) |
|
int | mg_read (struct mg_connection *, void *buf, size_t len) |
|
struct mg_context * | mg_start (mg_callback_t callback, void *user_data, const char **options) |
|
void | mg_stop (struct mg_context *) |
|
const char * | mg_version (void) |
|
int | mg_write (struct mg_connection *, const void *buf, size_t len) |
|
Enumerator |
---|
MG_NEW_REQUEST |
|
MG_HTTP_ERROR |
|
MG_EVENT_LOG |
|
MG_INIT_SSL |
|
Definition at line 53 of file mongoose.h.
int mg_get_cookie |
( |
const struct mg_connection * |
, |
|
|
const char * |
cookie_name, |
|
|
char * |
buf, |
|
|
size_t |
buf_len |
|
) |
| |
const char* mg_get_header |
( |
const struct mg_connection * |
, |
|
|
const char * |
name |
|
) |
| |
const char* mg_get_option |
( |
const struct mg_context * |
ctx, |
|
|
const char * |
name |
|
) |
| |
const char** mg_get_valid_option_names |
( |
void |
| ) |
|
int mg_get_var |
( |
const char * |
data, |
|
|
size_t |
data_len, |
|
|
const char * |
var_name, |
|
|
char * |
buf, |
|
|
size_t |
buf_len |
|
) |
| |
void mg_md5 |
( |
char * |
buf, |
|
|
|
... |
|
) |
| |
int mg_modify_passwords_file |
( |
struct mg_context * |
ctx, |
|
|
const char * |
passwords_file_name, |
|
|
const char * |
user, |
|
|
const char * |
password |
|
) |
| |
const char* mg_version |
( |
void |
| ) |
|
int mg_write |
( |
struct mg_connection * |
, |
|
|
const void * |
buf, |
|
|
size_t |
len |
|
) |
| |