C++ edjLibrary SDK
Loading...
Searching...
No Matches
edjx::response::HttpResponse Member List

This is the complete list of members for edjx::response::HttpResponse, including all inherited members.

append_header(const std::string &header_name, const std::string &value)edjx::response::HttpResponse
bodyedjx::response::HttpResponse
get_body() constedjx::response::HttpResponse
get_headers() constedjx::response::HttpResponse
get_status() constedjx::response::HttpResponse
get_version() constedjx::response::HttpResponse
headersedjx::response::HttpResponse
HttpResponse()edjx::response::HttpResponse
HttpResponse(const std::string &text)edjx::response::HttpResponse
HttpResponse(const std::vector< uint8_t > &bytes)edjx::response::HttpResponse
HttpResponse(const uint8_t *mem, size_t size)edjx::response::HttpResponse
send()edjx::response::HttpResponse
send_streaming(edjx::stream::WriteStream &write_stream)edjx::response::HttpResponse
set_body(const std::string &text)edjx::response::HttpResponse
set_body(const std::vector< uint8_t > &bytes)edjx::response::HttpResponse
set_body(const uint8_t *mem, size_t size)edjx::response::HttpResponse
set_header(const std::string &header_name, const std::string &value)edjx::response::HttpResponse
set_header(const std::string &header_name, const std::vector< std::string > &values)edjx::response::HttpResponse
set_headers(const edjx::http::HttpHeaders &headers)edjx::response::HttpResponse
set_status(edjx::http::HttpStatusCode status)edjx::response::HttpResponse
set_version(edjx::http::HttpVersion version)edjx::response::HttpResponse
statusedjx::response::HttpResponse
versionedjx::response::HttpResponse