http client socket wrapper More...
#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 |
may differ from requested host if redirect enabled | |
int | port |
may differ from requested port if redirect enabled | |
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 |
http client socket wrapper