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::response
inline
body
crow::response
clear
()
crow::response
inline
code
crow::response
complete_request_handler_
crow::response
private
completed_
crow::response
private
crow::Connection
class
crow::response
friend
crow::detail::handler_middleware_wrapper
crow::response
friend
end
()
crow::response
inline
end
(const std::string &body_part)
crow::response
inline
file_info
crow::response
private
get_header_value
(const std::string &key)
crow::response
inline
headers
crow::response
is_alive
()
crow::response
inline
is_alive_helper_
crow::response
private
is_completed
() const noexcept
crow::response
inline
is_static_type
()
crow::response
inline
manual_length_header
crow::response
moved
(const std::string &location)
crow::response
inline
moved_perm
(const std::string &location)
crow::response
inline
operator=
(const response &r)=delete
crow::response
operator=
(response &&r) noexcept
crow::response
inline
redirect
(const std::string &location)
crow::response
inline
redirect_perm
(const std::string &location)
crow::response
inline
response
()
crow::response
inline
response
(int code)
crow::response
inline
explicit
response
(std::string body)
crow::response
inline
response
(int code, std::string body)
crow::response
inline
response
(returnable &&value)
crow::response
inline
response
(returnable &value)
crow::response
inline
response
(int code, returnable &value)
crow::response
inline
response
(response &&r)
crow::response
inline
response
(std::string contentType, std::string body)
crow::response
inline
response
(int code, std::string contentType, std::string body)
crow::response
inline
set_header
(std::string key, std::string value)
crow::response
inline
set_static_file_info
(std::string path)
crow::response
inline
set_static_file_info_unsafe
(std::string path)
crow::response
inline
skip_body
crow::response
write
(const std::string &body_part)
crow::response
inline
Generated on Sat Apr 2 2022 19:34:16 for Crow by
1.8.17