#include <httpclient.h>
Data Fields | |
| int | id |
| cp_http_version | version |
| cp_http_request_type | type |
| cp_hashtable * | header |
| cp_hashtable * | cgi_parameters |
| short | auto_drop_parameters |
| short | auto_drop_headers |
| cp_string * | content |
| char * | host |
| int | port |
| char * | proxy_host |
| int | proxy_port |
| short | connected |
| short | persistent |
| int | keep_alive |
| short | pipeline_requests |
| short | follow_redirects |
| short | max_redirects |
| cp_client * | socket |
Definition at line 97 of file httpclient.h.
|
|
may differ from requested host if redirect enabled Definition at line 107 of file httpclient.h. |
|
|
may differ from requested port if redirect enabled Definition at line 108 of file httpclient.h. |
1.3.9.1