|
Adbase
Adinf C++ base library V2
|
This is the complete list of members for adbase::http::Response, including all inherited members.
| addHeader(const std::string &key, const std::string &value) | adbase::http::Response | |
| appendContent(const std::string &data, bool isAfter=true) | adbase::http::Response | |
| getBodySize() | adbase::http::Response | inline |
| getCode() | adbase::http::Response | inline |
| Response(evhttp_request *req) | adbase::http::Response | |
| sendReply(const std::string &reason="OK", int code=HTTP_OK, const std::string &data="") | adbase::http::Response | |
| setContent(const std::string &data) | adbase::http::Response | |
| setHeader(const std::string &key, const std::string &value, bool isReplace=true) | adbase::http::Response | |
| ~Response() | adbase::http::Response | inlinevirtual |