LibreDWG API  0.12.2
LibreDWG API - The DWG Library
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
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
 

Field Documentation

◆ buffer

char* curl_httppost::buffer

◆ bufferlength

long curl_httppost::bufferlength

◆ contentheader

struct curl_slist* curl_httppost::contentheader

◆ contents

char* curl_httppost::contents

◆ contentslength

long curl_httppost::contentslength

◆ contenttype

char* curl_httppost::contenttype

◆ flags

long curl_httppost::flags

◆ more

struct curl_httppost* curl_httppost::more

◆ name

char* curl_httppost::name

◆ namelength

long curl_httppost::namelength

◆ next

struct curl_httppost* curl_httppost::next

◆ showfilename

char* curl_httppost::showfilename

◆ userp

void* curl_httppost::userp

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