#include <connection.h>
◆ cache_mode
◆ cached
◆ cgi
unsigned int connection::cgi |
◆ content_encoding
◆ data_socket
struct socket* connection::data_socket |
◆ detached
unsigned int connection::detached |
◆ done
◆ downloads
◆ est_length
off_t connection::est_length |
◆ from
◆ http_upload_progress
struct progress* connection::http_upload_progress |
Progress of sending the request and attached files to the server.
This happens before any download.
Currently, ELinks supports file uploads only in HTTP and local CGI. Therefore, upload_stat_timer() in connection.c assumes that info points to struct http_connection_info whenever http_upload_progress
is not NULL.
◆ id
unsigned int connection::id |
◆ info
◆ magic1
◆ magic2
◆ next
◆ prev
◆ prev_error
◆ pri
◆ progress
◆ proxied_uri
struct uri* connection::proxied_uri |
◆ received
off_t connection::received |
◆ referrer
struct uri* connection::referrer |
◆ running
unsigned int connection::running |
◆ socket
struct socket* connection::socket |
◆ state
◆ stream
◆ timer
◆ tries
◆ unrestartable
unsigned int connection::unrestartable |
◆ uri
struct uri* connection::uri |
◆ xhr_timeout
The documentation for this struct was generated from the following file: