Crow  1.0
A C++ microframework for the web
All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends
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()crow::responseinline
codecrow::response
complete_request_handler_crow::responseprivate
completed_crow::responseprivate
crow::Connection classcrow::responsefriend
crow::detail::handler_middleware_wrappercrow::responsefriend
end()crow::responseinline
end(const std::string &body_part)crow::responseinline
file_infocrow::responseprivate
get_header_value(const std::string &key)crow::responseinline
headerscrow::response
is_alive()crow::responseinline
is_alive_helper_crow::responseprivate
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)=deletecrow::response
operator=(response &&r) noexceptcrow::responseinline
redirect(const std::string &location)crow::responseinline
redirect_perm(const std::string &location)crow::responseinline
response()crow::responseinline
response(int code)crow::responseinlineexplicit
response(std::string body)crow::responseinline
response(int code, std::string body)crow::responseinline
response(returnable &&value)crow::responseinline
response(returnable &value)crow::responseinline
response(int code, returnable &value)crow::responseinline
response(response &&r)crow::responseinline
response(std::string contentType, std::string body)crow::responseinline
response(int code, std::string contentType, std::string body)crow::responseinline
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
write(const std::string &body_part)crow::responseinline