#include <formdata.h>
Public Attributes | |
| char * | name |
| bool | name_alloc |
| size_t | namelength |
| char * | value |
| bool | value_alloc |
| size_t | contentslength |
| char * | contenttype |
| bool | contenttype_alloc |
| long | flags |
| char * | buffer |
| size_t | bufferlength |
| char * | showfilename |
| bool | showfilename_alloc |
| struct curl_slist * | contentheader |
| struct FormInfo * | more |
Definition at line 27 of file formdata.h.
| char* FormInfo::name |
| size_t FormInfo::namelength |
| char* FormInfo::value |
| size_t FormInfo::contentslength |
| char* FormInfo::contenttype |
| long FormInfo::flags |
| char* FormInfo::buffer |
| size_t FormInfo::bufferlength |
| char* FormInfo::showfilename |
struct curl_slist* FormInfo::contentheader [read] |
struct FormInfo* FormInfo::more [read] |
1.5.6