WebFramework v3.0.12
Web framework for C++.
Loading...
Searching...
No Matches
framework::HTTPResponse Member List

This is the complete list of members for framework::HTTPResponse, including all inherited members.

addBody(const std::string &body)framework::HTTPResponse
addBody(const json::JSONBuilder &json)framework::HTTPResponse
addBody(std::string &&body) noexceptframework::HTTPResponse
addCookie(const std::string &name, const std::string &value)framework::HTTPResponse
addHeader(const std::string &name, const std::string &value)framework::HTTPResponse
appendBody(const std::string &body)framework::HTTPResponse
getFullDate()framework::HTTPResponsestatic
HTTPResponse() (defined in framework::HTTPResponse)framework::HTTPResponse
operator bool() constframework::HTTPResponseexplicit
operator<<(streams::IOSocketStream &stream, HTTPResponse &response)framework::HTTPResponsefriend
operator=(const web::HTTPBuilder &builder)framework::HTTPResponse
setDefault()framework::HTTPResponse
setHTTPVersion(const std::string &version)framework::HTTPResponse
setIsValid(bool isValid) (defined in framework::HTTPResponse)framework::HTTPResponse
setResponseCode(web::responseCodes code)framework::HTTPResponse
~HTTPResponse()=default (defined in framework::HTTPResponse)framework::HTTPResponse