ELinks 0.18.0
http_curl_connection_info Struct Reference
Collaboration diagram for http_curl_connection_info:

Data Fields

CURL * easy
 
struct curl_slist * list
 
char * url
 
char * post_buffer
 
struct http_post post
 
struct string post_headers
 
struct string headers
 
GlobalInfo * global
 
char error [CURL_ERROR_SIZE]
 
int conn_state
 
int buf_pos
 
long code
 
unsigned int is_post:1
 

Field Documentation

◆ buf_pos

int http_curl_connection_info::buf_pos

◆ code

long http_curl_connection_info::code

◆ conn_state

int http_curl_connection_info::conn_state

◆ easy

CURL* http_curl_connection_info::easy

◆ error

char http_curl_connection_info::error[CURL_ERROR_SIZE]

◆ global

GlobalInfo* http_curl_connection_info::global

◆ headers

struct string http_curl_connection_info::headers

◆ is_post

unsigned int http_curl_connection_info::is_post

◆ list

struct curl_slist* http_curl_connection_info::list

◆ post

struct http_post http_curl_connection_info::post

◆ post_buffer

char* http_curl_connection_info::post_buffer

◆ post_headers

struct string http_curl_connection_info::post_headers

◆ url

char* http_curl_connection_info::url

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