Seastar
High performance C++ framework for concurrent servers
seastar::http::reply Member List

This is the complete list of members for seastar::http::reply, including all inherited members.

_contentseastar::http::reply
_headersseastar::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::replyinline
chunk_extensions (defined in seastar::http::reply)seastar::http::reply
content_length (defined in seastar::http::reply)seastar::http::reply
done(const sstring &content_type) (defined in seastar::http::reply)seastar::http::replyinline
done()seastar::http::replyinline
get_header(const sstring &name) constseastar::http::replyinline
reply() (defined in seastar::http::reply)seastar::http::replyinline
response_line() (defined in seastar::http::reply)seastar::http::reply
set_content_type(const sstring &content_type="html")seastar::http::replyinline
set_mime_type(const sstring &mime)seastar::http::replyinline
set_status(status_type status, sstring content="") (defined in seastar::http::reply)seastar::http::replyinline
set_version(const sstring &version) (defined in seastar::http::reply)seastar::http::replyinline
status_type enum nameseastar::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, sstring content)seastar::http::reply