|
ELinks 0.19.1
|
#include "elinks.h"#include "cache/cache.h"#include "intl/libintl.h"#include "network/connection.h"#include "protocol/http/codes.h"#include "protocol/uri.h"#include "session/session.h"#include "session/task.h"#include "terminal/terminal.h"#include "terminal/window.h"#include "util/snprintf.h"#include "viewer/text/draw.h"
Data Structures | |
| struct | http_code |
| struct | http_error_info |
Macros | |
| #define | _GNU_SOURCE /* Needed for asprintf() */ |
Functions | |
| static int | compare_http_codes (const void *key, const void *element) |
| static const char * | http_code_to_string (int code) |
| static char * | get_http_error_document (struct terminal *term, struct uri *uri, int code) |
| static void | show_http_error_document (struct session *ses, void *data) |
| void | http_error_document (struct connection *conn, int code) |
Variables | |
| static const struct http_code | http_code [] |
| #define _GNU_SOURCE /* Needed for asprintf() */ |
|
static |
|
static |
| void http_error_document | ( | struct connection * | conn, |
| int | code ) |
|
static |
|
static |