Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
mg_http_method_info Struct Reference

Definition at line 10108 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
 

Member Data Documentation

◆ is_cacheable

int mg_http_method_info::is_cacheable

Definition at line 10114 of file civetweb.c.

◆ is_idempotent

int mg_http_method_info::is_idempotent

Definition at line 10113 of file civetweb.c.

◆ is_safe

int mg_http_method_info::is_safe

Definition at line 10112 of file civetweb.c.

◆ name

const char* mg_http_method_info::name

Definition at line 10109 of file civetweb.c.

◆ request_has_body

int mg_http_method_info::request_has_body

Definition at line 10110 of file civetweb.c.

◆ response_has_body

int mg_http_method_info::response_has_body

Definition at line 10111 of file civetweb.c.

Collaboration diagram for mg_http_method_info:
[legend]

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