#include <urldata.h>
Public Types | |
| enum | { HTTPSEND_NADA, HTTPSEND_REQUEST, HTTPSEND_BODY, HTTPSEND_LAST } |
Public Attributes | |
| struct FormData * | sendit |
| curl_off_t | postsize |
| char * | postdata |
| const char * | p_pragma |
| const char * | p_accept |
| curl_off_t | readbytecount |
| curl_off_t | writebytecount |
| struct Form | form |
| struct Curl_chunker | chunk |
| struct HTTP::back | backup |
| enum HTTP:: { ... } | sending |
| void * | send_buffer |
Classes | |
| struct | back |
Definition at line 239 of file urldata.h.
| anonymous enum |
struct FormData* HTTP::sendit [read] |
Definition at line 241 of file urldata.h.
Referenced by add_buffer_send(), Curl_http(), perhapsrewind(), and readmoredata().
| char* HTTP::postdata |
Definition at line 242 of file urldata.h.
Referenced by add_buffer_send(), Curl_http(), and readmoredata().
| const char* HTTP::p_pragma |
| const char* HTTP::p_accept |
Definition at line 247 of file urldata.h.
Referenced by Curl_http(), Curl_http_done(), and perhapsrewind().
struct Form HTTP::form [read] |
struct Curl_chunker HTTP::chunk [read] |
Definition at line 251 of file urldata.h.
Referenced by Curl_httpchunk_init(), Curl_httpchunk_read(), and Curl_readwrite().
| struct HTTP::back HTTP::backup |
Referenced by add_buffer_send(), and readmoredata().
| enum { ... } HTTP::sending |
Referenced by add_buffer_send(), Curl_http(), Curl_readwrite(), Curl_readwrite_init(), and readmoredata().
| void* HTTP::send_buffer |
1.5.6