ReactOS 0.4.16-dev-1946-g52006dd
curl_httppost Struct Reference

#include <curl.h>

Collaboration diagram for curl_httppost:

Public Attributes

struct curl_httppostnext
 
charname
 
long namelength
 
charcontents
 
long contentslength
 
charbuffer
 
long bufferlength
 
charcontenttype
 
struct curl_slistcontentheader
 
struct curl_httppostmore
 
long flags
 
charshowfilename
 
voiduserp
 
curl_off_t contentlen
 

Detailed Description

Definition at line 166 of file curl.h.

Member Data Documentation

◆ buffer

char* curl_httppost::buffer

Definition at line 173 of file curl.h.

◆ bufferlength

long curl_httppost::bufferlength

Definition at line 174 of file curl.h.

◆ contentheader

struct curl_slist* curl_httppost::contentheader

Definition at line 176 of file curl.h.

◆ contentlen

curl_off_t curl_httppost::contentlen

Definition at line 205 of file curl.h.

◆ contents

char* curl_httppost::contents

Definition at line 170 of file curl.h.

◆ contentslength

long curl_httppost::contentslength

Definition at line 171 of file curl.h.

◆ contenttype

char* curl_httppost::contenttype

Definition at line 175 of file curl.h.

◆ flags

long curl_httppost::flags

Definition at line 180 of file curl.h.

◆ more

struct curl_httppost* curl_httppost::more

Definition at line 177 of file curl.h.

◆ name

char* curl_httppost::name

Definition at line 168 of file curl.h.

◆ namelength

long curl_httppost::namelength

Definition at line 169 of file curl.h.

◆ next

struct curl_httppost* curl_httppost::next

Definition at line 167 of file curl.h.

◆ showfilename

char* curl_httppost::showfilename

Definition at line 200 of file curl.h.

◆ userp

void* curl_httppost::userp

Definition at line 203 of file curl.h.


The documentation for this struct was generated from the following file: