ELinks 0.16.1.1
http_connection_info Struct Reference

connection.info points to this in HTTP and local CGI connections. More...

#include <http.h>

Collaboration diagram for http_connection_info:

Data Fields

blacklist_flags_T bl_flags
struct http_version recv_version
struct http_version sent_version
int close
int length
int chunk_remaining
int code
struct http_post post

Detailed Description

connection.info points to this in HTTP and local CGI connections.

Field Documentation

◆ bl_flags

blacklist_flags_T http_connection_info::bl_flags

◆ chunk_remaining

int http_connection_info::chunk_remaining

◆ close

int http_connection_info::close

◆ code

int http_connection_info::code

◆ length

int http_connection_info::length

◆ post

struct http_post http_connection_info::post

◆ recv_version

struct http_version http_connection_info::recv_version

◆ sent_version

struct http_version http_connection_info::sent_version

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