This is the complete list of members for anch::rest::Response, including all inherited members.
builder() | anch::rest::Response | static |
getContentType() const | anch::rest::Response | |
getHeaders() const | anch::rest::Response | |
getStatus() const | anch::rest::Response | |
operator=(Response &&other) | anch::rest::Response | |
Response() | anch::rest::Response | |
Response(uint16_t code) | anch::rest::Response | |
Response(const Response &res)=delete | anch::rest::Response | |
Response(Response &&res) | anch::rest::Response | |
setBody(T body) | anch::rest::Response | |
setContentType(const std::string &contentType) | anch::rest::Response | |
setHeaders(const anch::rest::Headers &headers) | anch::rest::Response | |
setStatus(uint16_t code) | anch::rest::Response | |
writeBody(std::ostream &out) const | anch::rest::Response | |
~Response() | anch::rest::Response | virtual |