body | Response | |
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) const | Response | inline |
get_header_value_count(const std::string &key) const | Response | inline |
get_header_value_u64(const std::string &key, uint64_t def=0, size_t id=0) const | Response | inline |
has_header(const std::string &key) const | Response | inline |
headers | Response | |
is_chunked_content_provider_ | Response | |
location | Response | |
operator=(const Response &)=default | Response | |
operator=(Response &&)=default | Response | |
reason | Response | |
Response()=default | Response | |
Response(const Response &)=default | Response | |
Response(Response &&)=default | Response | |
set_chunked_content_provider(const std::string &content_type, ContentProviderWithoutLength provider, ContentProviderResourceReleaser resource_releaser=nullptr) | Response | inline |
set_content(const char *s, size_t n, const std::string &content_type) | Response | inline |
set_content(const std::string &s, const std::string &content_type) | Response | inline |
set_content(std::string &&s, const std::string &content_type) | Response | inline |
set_content_provider(size_t length, const std::string &content_type, ContentProvider provider, ContentProviderResourceReleaser resource_releaser=nullptr) | Response | inline |
set_content_provider(const std::string &content_type, ContentProviderWithoutLength provider, ContentProviderResourceReleaser resource_releaser=nullptr) | Response | inline |
set_file_content(const std::string &path, const std::string &content_type) | Response | inline |
set_file_content(const std::string &path) | Response | inline |
set_header(const std::string &key, const std::string &val) | Response | inline |
set_redirect(const std::string &url, int status=StatusCode::Found_302) | Response | inline |
status | Response | |
version | Response | |
~Response() | Response | inline |