|
ELinks 0.19.1
|
#include "main/module.h"#include "protocol/http/blacklist.h"#include "protocol/http/post.h"#include "protocol/protocol.h"#include "protocol/uri.h"

Data Structures | |
| struct | http_version |
| struct | http_connection_info |
| connection.info points to this in HTTP and local CGI connections. More... | |
Macros | |
| #define | https_protocol_handler NULL |
Functions | |
| struct http_connection_info * | init_http_connection_info (struct connection *conn, int major, int minor, int close) |
| void | http_got_header (struct socket *, struct read_buffer *) |
| char * | subst_user_agent (char *fmt, const char *version, char *sysname, char *termsize) |
| void | add_url_to_http_string (struct string *header, struct uri *uri, uri_component_T components) |
Variables | |
| struct module | http_protocol_module |
| protocol_handler_T | http_protocol_handler |
| protocol_handler_T | proxy_protocol_handler |
| #define https_protocol_handler NULL |
| void add_url_to_http_string | ( | struct string * | header, |
| struct uri * | uri, | ||
| uri_component_T | components ) |
| void http_got_header | ( | struct socket * | socket, |
| struct read_buffer * | rb ) |
| struct http_connection_info * init_http_connection_info | ( | struct connection * | conn, |
| int | major, | ||
| int | minor, | ||
| int | close ) |
| char * subst_user_agent | ( | char * | fmt, |
| const char * | version, | ||
| char * | sysname, | ||
| char * | termsize ) |
|
extern |
|
extern |
|
extern |