Definition at line 10497 of file civetweb.c.
Public Attributes | |
int | is_cacheable |
int | is_idempotent |
int | is_safe |
const char * | name |
int | request_has_body |
int | response_has_body |
int mg_http_method_info::is_cacheable |
Definition at line 10503 of file civetweb.c.
int mg_http_method_info::is_idempotent |
Definition at line 10502 of file civetweb.c.
int mg_http_method_info::is_safe |
Definition at line 10501 of file civetweb.c.
const char* mg_http_method_info::name |
Definition at line 10498 of file civetweb.c.
int mg_http_method_info::request_has_body |
Definition at line 10499 of file civetweb.c.
int mg_http_method_info::response_has_body |
Definition at line 10500 of file civetweb.c.