ELinks 0.19.1
http_curl_connection_info Struct Reference
Collaboration diagram for http_curl_connection_info:

Data Fields

blacklist_flags_T bl_flags
struct http_version recv_version
struct http_version sent_version
int close
off_t length
int chunk_remaining
int code
struct http_post post
CURL * easy
struct curl_slist * list
char * url
char * post_buffer
struct string post_headers
struct string headers
GlobalInfo * global
char error [CURL_ERROR_SIZE]
long longcode
int conn_state
int buf_pos
unsigned int is_post:1

Field Documentation

◆ bl_flags

blacklist_flags_T http_curl_connection_info::bl_flags

◆ buf_pos

int http_curl_connection_info::buf_pos

◆ chunk_remaining

int http_curl_connection_info::chunk_remaining

◆ close

int http_curl_connection_info::close

◆ code

int 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

◆ length

off_t http_curl_connection_info::length

◆ list

struct curl_slist* http_curl_connection_info::list

◆ longcode

long http_curl_connection_info::longcode

◆ 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

◆ recv_version

struct http_version http_curl_connection_info::recv_version

◆ sent_version

struct http_version http_curl_connection_info::sent_version

◆ url

char* http_curl_connection_info::url

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