Project Alice
|
This is the complete list of members for httplib::Response, including all inherited members.
body | httplib::Response | |
content_length_ | httplib::Response | |
content_provider_ | httplib::Response | |
content_provider_resource_releaser_ | httplib::Response | |
content_provider_success_ | httplib::Response | |
file_content_content_type_ | httplib::Response | |
file_content_path_ | httplib::Response | |
get_header_value(const std::string &key, const char *def="", size_t id=0) const | httplib::Response | inline |
get_header_value_count(const std::string &key) const | httplib::Response | inline |
get_header_value_u64(const std::string &key, uint64_t def=0, size_t id=0) const | httplib::Response | inline |
has_header(const std::string &key) const | httplib::Response | inline |
headers | httplib::Response | |
is_chunked_content_provider_ | httplib::Response | |
location | httplib::Response | |
operator=(const Response &)=default | httplib::Response | |
operator=(Response &&)=default | httplib::Response | |
reason | httplib::Response | |
Response()=default | httplib::Response | |
Response(const Response &)=default | httplib::Response | |
Response(Response &&)=default | httplib::Response | |
set_chunked_content_provider(const std::string &content_type, ContentProviderWithoutLength provider, ContentProviderResourceReleaser resource_releaser=nullptr) | httplib::Response | inline |
set_content(const char *s, size_t n, const std::string &content_type) | httplib::Response | inline |
set_content(const std::string &s, const std::string &content_type) | httplib::Response | inline |
set_content(std::string &&s, const std::string &content_type) | httplib::Response | inline |
set_content_provider(size_t length, const std::string &content_type, ContentProvider provider, ContentProviderResourceReleaser resource_releaser=nullptr) | httplib::Response | inline |
set_content_provider(const std::string &content_type, ContentProviderWithoutLength provider, ContentProviderResourceReleaser resource_releaser=nullptr) | httplib::Response | inline |
set_file_content(const std::string &path, const std::string &content_type) | httplib::Response | inline |
set_file_content(const std::string &path) | httplib::Response | inline |
set_header(const std::string &key, const std::string &val) | httplib::Response | inline |
set_redirect(const std::string &url, int status=StatusCode::Found_302) | httplib::Response | inline |
status | httplib::Response | |
version | httplib::Response | |
~Response() | httplib::Response | inline |