Seastar
High performance C++ framework for concurrent servers
|
This is the complete list of members for seastar::http::reply, including all inherited members.
_content | seastar::http::reply | |
_headers | seastar::http::reply | |
_response_line (defined in seastar::http::reply) | seastar::http::reply | |
_status (defined in seastar::http::reply) | seastar::http::reply | |
_version (defined in seastar::http::reply) | seastar::http::reply | |
add_header(const sstring &h, const sstring &value) (defined in seastar::http::reply) | seastar::http::reply | inline |
chunk_extensions (defined in seastar::http::reply) | seastar::http::reply | |
classify_status(status_type http_status) | seastar::http::reply | inlinestatic |
content_length (defined in seastar::http::reply) | seastar::http::reply | |
done(const sstring &content_type) (defined in seastar::http::reply) | seastar::http::reply | inline |
done() | seastar::http::reply | inline |
get_header(const sstring &name) const | seastar::http::reply | inline |
reply() (defined in seastar::http::reply) | seastar::http::reply | inline |
response_line() const (defined in seastar::http::reply) | seastar::http::reply | |
set_content_type(const sstring &content_type="html") | seastar::http::reply | inline |
set_mime_type(const sstring &mime) | seastar::http::reply | inline |
set_status(status_type status, sstring content="") (defined in seastar::http::reply) | seastar::http::reply | inline |
set_version(const sstring &version) (defined in seastar::http::reply) | seastar::http::reply | inline |
status_class enum name | seastar::http::reply | |
status_type enum name | seastar::http::reply | |
trailing_headers (defined in seastar::http::reply) | seastar::http::reply | |
write_body(const sstring &content_type, noncopyable_function< future<>(output_stream< char > &&)> &&body_writer) | seastar::http::reply | |
write_body(const sstring &content_type, W &&body_writer) | seastar::http::reply | inline |
write_body(const sstring &content_type, sstring content) | seastar::http::reply |