ELinks 0.18.0
|
#include "elinks.h"
#include "cache/cache.h"
#include "network/connection.h"
#include "protocol/data.h"
#include "protocol/protocol.h"
#include "protocol/uri.h"
#include "util/base64.h"
#include "util/string.h"
Macros | |
#define | DEFAULT_DATA_MEDIATYPE "text/plain;charset=US-ASCII" |
#define | data_has_mediatype(header, headerlen) |
#define | data_has_base64_attribute(typelen, endstr) |
Functions | |
static char * | init_data_protocol_header (struct cache_entry *cached, const char *type_, int typelen) |
static char * | parse_data_protocol_header (struct connection *conn, int *base64) |
void | data_protocol_handler (struct connection *conn) |
#define data_has_base64_attribute | ( | typelen, | |
endstr ) |
#define data_has_mediatype | ( | header, | |
headerlen ) |
#define DEFAULT_DATA_MEDIATYPE "text/plain;charset=US-ASCII" |
void data_protocol_handler | ( | struct connection * | conn | ) |
|
static |
|
static |