accept_gzip(bool on) | acl::http_header | |
add_cookie(const char *name, const char *value, const char *domain=NULL, const char *path=NULL, time_t expires=0) | acl::http_header | |
add_cookie(const HttpCookie *cookie) | acl::http_header | |
add_entry(const char *name, const char *value, bool replace=true) | acl::http_header | |
add_format(const char *name, const char *fmt,...) ACL_CPP_PRINTF(3 | acl::http_header | |
add_int(const char *name, short value) | acl::http_header | |
add_int(const char *name, int value) | acl::http_header | |
add_int(const char *name, long value) | acl::http_header | |
add_int(const char *name, unsigned short value) | acl::http_header | |
add_int(const char *name, unsigned int value) | acl::http_header | |
add_int(const char *name, unsigned long value) | acl::http_header | |
add_int(const char *name, long long int value) | acl::http_header | |
add_int(const char *name, unsigned long long int value) | acl::http_header | |
add_param(const char *name, const char *value) | acl::http_header | |
build_request(string &buf) const | acl::http_header | |
build_response(string &buf) const | acl::http_header | |
chunked_transfer(void) const | acl::http_header | inline |
date_format(char *out, size_t size, time_t t) | acl::http_header | static |
dbuf_obj(dbuf_guard *guard=NULL) | acl::dbuf_obj | |
destroy(void) | acl::http_service_request | inlinevirtual |
get_body(void) | acl::http_service_request | virtual |
get_content_length() const | acl::http_header | inline |
get_cookie(const char *name) const | acl::http_header | |
get_domain(void) const | acl::http_service_request | |
get_entry(const char *name) const | acl::http_header | |
get_guard() const | acl::dbuf_obj | inline |
get_host() const | acl::http_header | inline |
get_keep_alive() const | acl::http_header | inline |
get_method(string *buf=NULL) const | acl::http_header | |
get_port(void) const | acl::http_service_request | |
get_range(long long int *from, long long int *to) | acl::http_header | |
get_redirect(void) const | acl::http_header | |
get_status(void) const | acl::http_header | inline |
get_upgrade(void) const | acl::http_header | inline |
get_ws_accept(void) const | acl::http_header | inline |
get_ws_key(void) const | acl::http_header | inline |
get_ws_origin(void) const | acl::http_header | inline |
get_ws_protocol(void) const | acl::http_header | inline |
get_ws_version(void) const | acl::http_header | inline |
http_header(dbuf_guard *dbuf=NULL) | acl::http_header | |
http_header(const char *url, dbuf_guard *dbuf=NULL, bool encoding=true) | acl::http_header | |
http_header(int status, dbuf_guard *dbuf=NULL) | acl::http_header | |
http_header(const HTTP_HDR_RES &hdr_res, dbuf_guard *dbuf=NULL) | acl::http_header | |
http_header(const HTTP_HDR_REQ &hdr_req, dbuf_guard *dbuf=NULL) | acl::http_header | |
http_service_request(const char *domain, unsigned short port) | acl::http_service_request | |
is_cgi_mode() const | acl::http_header | inline |
is_request(void) const | acl::http_header | |
is_transfer_gzip() const | acl::http_header | inline |
on_body(const char *data, size_t dlen)=0 | acl::http_service_request | pure virtual |
on_error(http_status_t errnum)=0 | acl::http_service_request | pure virtual |
on_hdr(const char *addr, const HTTP_HDR_RES *hdr)=0 | acl::http_service_request | pure virtual |
pos() const | acl::dbuf_obj | inline |
redicrect_reset(void) | acl::http_header | inlinevirtual |
redirect(const char *url) | acl::http_header | |
reset(void) | acl::http_header | |
set_cgi_mode(bool on) | acl::http_header | |
set_chunked(bool on) | acl::http_header | |
set_content_length(long long int n) | acl::http_header | |
set_content_type(const char *value) | acl::http_header | |
set_host(const char *value) | acl::http_header | |
set_keep_alive(bool on) | acl::http_header | |
set_method(http_method_t method) | acl::http_header | |
set_method(const char *method) | acl::http_header | |
set_param_override(bool yes) | acl::http_header | |
set_proto_version(const char *version) | acl::http_header | |
set_range(long long from, long long to) | acl::http_header | |
set_range_total(long long total) | acl::http_header | |
set_redirect(unsigned int n=5) | acl::http_header | |
set_request_mode(bool onoff) | acl::http_header | |
set_status(int status) | acl::http_header | |
set_transfer_gzip(bool on) | acl::http_header | |
set_upgrade(const char *value="websocket") | acl::http_header | |
set_url(const char *url, bool encoding=true) | acl::http_header | |
set_ws_accept(const char *key) | acl::http_header | |
set_ws_key(const void *key, size_t len) | acl::http_header | |
set_ws_key(const char *key) | acl::http_header | |
set_ws_origin(const char *url) | acl::http_header | |
set_ws_protocol(const char *proto) | acl::http_header | |
set_ws_version(int ver) | acl::http_header | |
uri_unsafe_correct(bool on) | acl::http_header | static |
~dbuf_obj() | acl::dbuf_obj | inlinevirtual |
~http_header(void) | acl::http_header | virtual |
~http_service_request(void) | acl::http_service_request | protectedvirtual |