|
ELinks 0.19.1
|
connection.info points to this in HTTP and local CGI connections. More...
#include <http.h>

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 |
connection.info points to this in HTTP and local CGI connections.
| blacklist_flags_T http_connection_info::bl_flags |
| int http_connection_info::chunk_remaining |
| int http_connection_info::close |
| int http_connection_info::code |
| off_t http_connection_info::length |
| struct http_post http_connection_info::post |
| struct http_version http_connection_info::recv_version |
| struct http_version http_connection_info::sent_version |