AnCH Framework 0.1
Another C++ Hack Framework
Loading...
Searching...
No Matches
anch::rest::Response Member List

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

builder()anch::rest::Responsestatic
getContentType() constanch::rest::Response
getHeaders() constanch::rest::Response
getStatus() constanch::rest::Response
operator=(Response &&other)anch::rest::Response
Response()anch::rest::Response
Response(uint16_t code)anch::rest::Response
Response(const Response &res)=deleteanch::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) constanch::rest::Response
~Response()anch::rest::Responsevirtual