Github User Fetcher 1.0.0
C Application with Server and GUI
|
Data Fields | |
const char * | name |
int | request_has_body |
int | response_has_body |
int | is_safe |
int | is_idempotent |
int | is_cacheable |
Definition at line 10802 of file civetweb.c.
int mg_http_method_info::is_cacheable |
Definition at line 10808 of file civetweb.c.
int mg_http_method_info::is_idempotent |
Definition at line 10807 of file civetweb.c.
int mg_http_method_info::is_safe |
Definition at line 10806 of file civetweb.c.
const char* mg_http_method_info::name |
Definition at line 10803 of file civetweb.c.
Referenced by get_http_method_info(), and mg_init_library().
int mg_http_method_info::request_has_body |
Definition at line 10804 of file civetweb.c.
int mg_http_method_info::response_has_body |
Definition at line 10805 of file civetweb.c.