Crow  1.1
A C++ microframework for the web
crow::response Member List

This is the complete list of members for crow::response, including all inherited members.

add_header(std::string key, std::string value)crow::responseinline
bodycrow::response
clear() (defined in crow::response)crow::responseinline
codecrow::response
compressedcrow::response
crow::Connection (defined in crow::response)crow::responsefriend
end()crow::responseinline
end(const std::string &body_part)crow::responseinline
get_header_value(const std::string &key) (defined in crow::response)crow::responseinline
get_mime_type(const std::string &contentType) (defined in crow::response)crow::responseinlinestatic
headerscrow::response
is_alive()crow::responseinline
is_completed() const noexceptcrow::responseinline
is_static_type()crow::responseinline
manual_length_headercrow::response
moved(const std::string &location)crow::responseinline
moved_perm(const std::string &location)crow::responseinline
operator=(const response &r)=delete (defined in crow::response)crow::response
operator=(response &&r) noexcept (defined in crow::response)crow::responseinline
redirect(const std::string &location)crow::responseinline
redirect_perm(const std::string &location)crow::responseinline
response() (defined in crow::response)crow::responseinline
response(int code) (defined in crow::response)crow::responseinlineexplicit
response(std::string body) (defined in crow::response)crow::responseinline
response(int code, std::string body) (defined in crow::response)crow::responseinline
response(returnable &&value) (defined in crow::response)crow::responseinline
response(returnable &value) (defined in crow::response)crow::responseinline
response(int code, returnable &value) (defined in crow::response)crow::responseinline
response(int code, returnable &&value) (defined in crow::response)crow::responseinline
response(response &&r) (defined in crow::response)crow::responseinline
response(std::string contentType, std::string body) (defined in crow::response)crow::responseinline
response(int code, std::string contentType, std::string body) (defined in crow::response)crow::responseinline
Router (defined in crow::response)crow::responsefriend
set_header(std::string key, std::string value)crow::responseinline
set_static_file_info(std::string path)crow::responseinline
set_static_file_info_unsafe(std::string path)crow::responseinline
skip_bodycrow::response
validate_mime_type(const std::string &candidate) noexcept (defined in crow::response)crow::responseinlinestatic
write(const std::string &body_part) (defined in crow::response)crow::responseinline