addHeader(const std::string &header) | cgicc::HTTPResponseHeader | |
addHeader(const std::string &name, const std::string &value) | cgicc::HTTPResponseHeader | |
getCookies() const | cgicc::HTTPResponseHeader | [inline] |
getHeaders() const | cgicc::HTTPResponseHeader | [inline] |
getHTTPVersion() const | cgicc::HTTPResponseHeader | [inline] |
getHTTPVersion(const std::string &http_version) | cgicc::HTTPResponseHeader | [inline] |
getReasonPhrase() const | cgicc::HTTPResponseHeader | [inline] |
getReasonPhrase(const std::string &reason_phrase) | cgicc::HTTPResponseHeader | [inline] |
getStatusCode() const | cgicc::HTTPResponseHeader | [inline] |
getStatusCode(int status_code) | cgicc::HTTPResponseHeader | [inline] |
HTTPResponseHeader(const std::string &http_version, int status_code, const std::string &reason_phrase) | cgicc::HTTPResponseHeader | |
MStreamable() | cgicc::MStreamable | [inline] |
render(std::ostream &out) const | cgicc::HTTPResponseHeader | [virtual] |
setCookie(const HTTPCookie &cookie) | cgicc::HTTPResponseHeader | |
~HTTPResponseHeader() | cgicc::HTTPResponseHeader | [virtual] |
~MStreamable() | cgicc::MStreamable | [inline, virtual] |