curl_httppost

Members

Variables

buffer
char* buffer;

pointer to allocated buffer contents

bufferlength
c_long bufferlength;

length of buffer field

contentheader
curl_slist* contentheader;

list of extra headers for this form

contents
char* contents;

pointer to allocated data contents

contentslength
c_long contentslength;

length of contents field

contenttype
char* contenttype;

Content-Type

flags
c_long flags;

as defined below

more
curl_httppost* more;

if one field name has more than one file, this link should link to following files

name
char* name;

pointer to allocated name

namelength
c_long namelength;

length of name length

next
curl_httppost* next;

next entry in the list

showfilename
char* showfilename;

The file name to show. If not set, the actual file name will be used (if this is a file part)

userp
void* userp;

custom pointer used for HTTPPOST_CALLBACK posts

Meta