Response Member List

This is the complete list of members for Response, including all inherited members.

bodyResponse
content_length_Response
content_provider_Response
content_provider_resource_releaser_Response
content_provider_success_Response
file_content_content_type_Response
file_content_path_Response
get_header_value(const std::string &key, const char *def="", size_t id=0) constResponseinline
get_header_value_count(const std::string &key) constResponseinline
get_header_value_u64(const std::string &key, uint64_t def=0, size_t id=0) constResponseinline
has_header(const std::string &key) constResponseinline
headersResponse
is_chunked_content_provider_Response
locationResponse
operator=(const Response &)=defaultResponse
operator=(Response &&)=defaultResponse
reasonResponse
Response()=defaultResponse
Response(const Response &)=defaultResponse
Response(Response &&)=defaultResponse
set_chunked_content_provider(const std::string &content_type, ContentProviderWithoutLength provider, ContentProviderResourceReleaser resource_releaser=nullptr)Responseinline
set_content(const char *s, size_t n, const std::string &content_type)Responseinline
set_content(const std::string &s, const std::string &content_type)Responseinline
set_content(std::string &&s, const std::string &content_type)Responseinline
set_content_provider(size_t length, const std::string &content_type, ContentProvider provider, ContentProviderResourceReleaser resource_releaser=nullptr)Responseinline
set_content_provider(const std::string &content_type, ContentProviderWithoutLength provider, ContentProviderResourceReleaser resource_releaser=nullptr)Responseinline
set_file_content(const std::string &path, const std::string &content_type)Responseinline
set_file_content(const std::string &path)Responseinline
set_header(const std::string &key, const std::string &val)Responseinline
set_redirect(const std::string &url, int status=StatusCode::Found_302)Responseinline
statusResponse
versionResponse
~Response()Responseinline