doom3-gpl
Doom 3 GPL source release
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Public Types | Public Attributes | List of all members
HTTP Struct Reference

#include <urldata.h>

Classes

struct  back
 

Public Types

enum  { HTTPSEND_NADA, HTTPSEND_REQUEST, HTTPSEND_BODY, HTTPSEND_LAST }
 

Public Attributes

struct FormDatasendit
 
curl_off_t postsize
 
char * postdata
 
const char * p_pragma
 
const char * p_accept
 
curl_off_t readbytecount
 
curl_off_t writebytecount
 
struct Form form
 
struct Curl_chunker chunk
 
struct HTTP::back backup
 
enum HTTP:: { ... }  sending
 
voidsend_buffer
 

Detailed Description

Definition at line 206 of file urldata.h.

Member Enumeration Documentation

anonymous enum
Enumerator
HTTPSEND_NADA 
HTTPSEND_REQUEST 
HTTPSEND_BODY 
HTTPSEND_LAST 

Definition at line 227 of file urldata.h.

Member Data Documentation

struct HTTP::back HTTP::backup
struct Curl_chunker HTTP::chunk

Definition at line 218 of file urldata.h.

struct Form HTTP::form

Definition at line 217 of file urldata.h.

const char* HTTP::p_accept

Definition at line 212 of file urldata.h.

const char* HTTP::p_pragma

Definition at line 211 of file urldata.h.

char* HTTP::postdata

Definition at line 209 of file urldata.h.

curl_off_t HTTP::postsize

Definition at line 208 of file urldata.h.

curl_off_t HTTP::readbytecount

Definition at line 213 of file urldata.h.

void* HTTP::send_buffer

Definition at line 234 of file urldata.h.

enum { ... } HTTP::sending
struct FormData* HTTP::sendit

Definition at line 207 of file urldata.h.

curl_off_t HTTP::writebytecount

Definition at line 214 of file urldata.h.


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