#include <httpclient.h>
Data Fields | |
| void * | id |
| char * | uri |
| cp_httpclient * | owner |
| cp_http_response * | res |
| cp_string * | buf |
| char * | read_ptr |
| int | skip |
| int | stage |
| int | read_stage |
| int | transfer |
| int | remaining |
| int | redirects |
| int | status |
| cp_httpclient_callback | callback |
Definition at line 409 of file httpclient.h.
|
|
io buffer Definition at line 415 of file httpclient.h. Referenced by cp_httpclient_fetch_ctl(). |
|
|
user assigned id Definition at line 411 of file httpclient.h. |
|
|
client Definition at line 413 of file httpclient.h. |
|
|
pointer to processed stage within buf Definition at line 416 of file httpclient.h. |
|
|
read status line, header, body Definition at line 419 of file httpclient.h. |
|
|
number of redirects Definition at line 422 of file httpclient.h. |
|
|
io bytes yet to be transfered Definition at line 421 of file httpclient.h. Referenced by cp_httpclient_fetch_ctl(). |
|
|
result Definition at line 414 of file httpclient.h. |
|
|
read pointer offset Definition at line 417 of file httpclient.h. |
|
|
connecting, writing, reading Definition at line 418 of file httpclient.h. |
|
|
transfer result Definition at line 423 of file httpclient.h. |
|
|
chunked, content-length, EOF Definition at line 420 of file httpclient.h. |
|
|
target uri Definition at line 412 of file httpclient.h. |
1.3.9.1