HomePort
Typedefs | Enumerations
hpd_httpd_types.h File Reference
Include dependency graph for hpd_httpd_types.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef enum hpd_httpd_method hpd_httpd_method_t
 

Enumerations

enum  hpd_httpd_method { HPD_HTTPD_M_UNKNOWN = -1, HPD_HTTPD_M_GET, HPD_HTTPD_M_PUT, HPD_HTTPD_M_OPTIONS }
 

Typedef Documentation

Enumeration Type Documentation

Enumerator
HPD_HTTPD_M_UNKNOWN 
HPD_HTTPD_M_GET 
HPD_HTTPD_M_PUT 
HPD_HTTPD_M_OPTIONS 

Definition at line 33 of file hpd_httpd_types.h.