Adbase
Adinf C++ base library V2
adbase::http::Response Member List

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::Responseinline
getCode()adbase::http::Responseinline
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::Responseinlinevirtual