Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
mg_http_method_info Struct Reference

Data Fields

const char * name
 
int request_has_body
 
int response_has_body
 
int is_safe
 
int is_idempotent
 
int is_cacheable
 

Detailed Description

Definition at line 10802 of file civetweb.c.

Field Documentation

◆ is_cacheable

int mg_http_method_info::is_cacheable

Definition at line 10808 of file civetweb.c.

◆ is_idempotent

int mg_http_method_info::is_idempotent

Definition at line 10807 of file civetweb.c.

◆ is_safe

int mg_http_method_info::is_safe

Definition at line 10806 of file civetweb.c.

◆ name

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().

◆ request_has_body

int mg_http_method_info::request_has_body

Definition at line 10804 of file civetweb.c.

◆ response_has_body

int mg_http_method_info::response_has_body

Definition at line 10805 of file civetweb.c.


The documentation for this struct was generated from the following file: