Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
curl_httppost Struct Reference

#include <curl.h>

Data Fields

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

Detailed Description

Definition at line 180 of file curl.h.

Field Documentation

◆ buffer

char* curl_httppost::buffer

Definition at line 187 of file curl.h.

◆ bufferlength

long curl_httppost::bufferlength

Definition at line 188 of file curl.h.

◆ contentheader

struct curl_slist* curl_httppost::contentheader

Definition at line 190 of file curl.h.

◆ contentlen

curl_off_t curl_httppost::contentlen

Definition at line 219 of file curl.h.

◆ contents

char* curl_httppost::contents

Definition at line 184 of file curl.h.

◆ contentslength

long curl_httppost::contentslength

Definition at line 185 of file curl.h.

◆ contenttype

char* curl_httppost::contenttype

Definition at line 189 of file curl.h.

◆ flags

long curl_httppost::flags

Definition at line 194 of file curl.h.

◆ more

struct curl_httppost* curl_httppost::more

Definition at line 191 of file curl.h.

◆ name

char* curl_httppost::name

Definition at line 182 of file curl.h.

◆ namelength

long curl_httppost::namelength

Definition at line 183 of file curl.h.

◆ next

struct curl_httppost* curl_httppost::next

Definition at line 181 of file curl.h.

◆ showfilename

char* curl_httppost::showfilename

Definition at line 214 of file curl.h.

◆ userp

void* curl_httppost::userp

Definition at line 217 of file curl.h.


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