#include <formdata.h>
Public Attributes | |
| struct FormData * | data |
| size_t | sent |
| FILE * | fp |
Definition at line 21 of file formdata.h.
struct FormData* Form::data [read] |
Definition at line 22 of file formdata.h.
Referenced by Curl_FormInit(), Curl_formpostheader(), Curl_FormReader(), and readfromfile().
| size_t Form::sent |
| FILE* Form::fp |
Definition at line 24 of file formdata.h.
Referenced by curl_formget(), Curl_FormInit(), Curl_http_done(), and readfromfile().
1.5.6