|
HTTP Parser and message builder / objects in plain C Snapshot
|
#include <http.h>

Public Attributes | |
| HTTP_MESSAGE | base |
| Http_method_type | method |
| URI | url |
| char * | raw_url |
| Http_version_type | version |
| int | expect_100_continue |
| int | has_host_header |
| char * | host_header |
| int | host_header_port |
| char* tagHTTP_REQUEST::raw_url |
1.7.4