Planeshift
curl_httppost Struct Reference

#include <curl.h>

Public Attributes

char * buffer
 
long bufferlength
 
struct curl_slistcontentheader
 
char * contents
 
long contentslength
 
char * contenttype
 
long flags
 
struct curl_httppostmore
 
char * name
 
long namelength
 
struct curl_httppostnext
 
char * showfilename
 
void * userp
 

Detailed Description

Definition at line 138 of file curl.h.

Member Data Documentation

char* curl_httppost::buffer

Definition at line 144 of file curl.h.

long curl_httppost::bufferlength

Definition at line 145 of file curl.h.

struct curl_slist* curl_httppost::contentheader

Definition at line 147 of file curl.h.

char* curl_httppost::contents

Definition at line 142 of file curl.h.

long curl_httppost::contentslength

Definition at line 143 of file curl.h.

char* curl_httppost::contenttype

Definition at line 146 of file curl.h.

long curl_httppost::flags

Definition at line 151 of file curl.h.

struct curl_httppost* curl_httppost::more

Definition at line 148 of file curl.h.

char* curl_httppost::name

Definition at line 140 of file curl.h.

long curl_httppost::namelength

Definition at line 141 of file curl.h.

struct curl_httppost* curl_httppost::next

Definition at line 139 of file curl.h.

char* curl_httppost::showfilename

Definition at line 165 of file curl.h.

void* curl_httppost::userp

Definition at line 168 of file curl.h.


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