xmltooling
3.2.0
|
This is the complete list of members for xmltooling::HTTPResponse, including all inherited members.
GenericResponse() (defined in xmltooling::GenericResponse) | xmltooling::GenericResponse | protected |
getAllowedSchemes() | xmltooling::HTTPResponse | static |
HTTPResponse() (defined in xmltooling::HTTPResponse) | xmltooling::HTTPResponse | protected |
SAMESITE_ABSENT enum value (defined in xmltooling::HTTPResponse) | xmltooling::HTTPResponse | |
SAMESITE_LAX enum value (defined in xmltooling::HTTPResponse) | xmltooling::HTTPResponse | |
SAMESITE_NONE enum value (defined in xmltooling::HTTPResponse) | xmltooling::HTTPResponse | |
SAMESITE_STRICT enum value (defined in xmltooling::HTTPResponse) | xmltooling::HTTPResponse | |
samesite_t enum name | xmltooling::HTTPResponse | |
sanitizeURL(const char *url) | xmltooling::HTTPResponse | static |
sendError(std::istream &inputStream) | xmltooling::HTTPResponse | virtual |
sendRedirect(const char *url) | xmltooling::HTTPResponse | virtual |
sendResponse(std::istream &inputStream) | xmltooling::HTTPResponse | virtual |
sendResponse(std::istream &inputStream)=0 | xmltooling::HTTPResponse | |
sendResponse(std::istream &inputStream, long status)=0 | xmltooling::HTTPResponse | |
xmltooling::GenericResponse::sendResponse(std::istream &inputStream, long status)=0 | xmltooling::GenericResponse | pure virtual |
setContentType(const char *type) | xmltooling::HTTPResponse | virtual |
setCookie(const char *name, const char *value, time_t expires, samesite_t sameSiteValue, bool sameSiteFallback) | xmltooling::HTTPResponse | virtual |
setCookie(const char *name, const char *value, time_t expires=0, samesite_t sameSiteValue=SAMESITE_ABSENT) | xmltooling::HTTPResponse | virtual |
setResponseHeader(const char *name, const char *value, bool replace=false) | xmltooling::HTTPResponse | virtual |
status_t enum name | xmltooling::HTTPResponse | |
XMLTOOLING_HTTP_STATUS_BADREQUEST enum value (defined in xmltooling::HTTPResponse) | xmltooling::HTTPResponse | |
XMLTOOLING_HTTP_STATUS_ERROR enum value (defined in xmltooling::HTTPResponse) | xmltooling::HTTPResponse | |
XMLTOOLING_HTTP_STATUS_FORBIDDEN enum value (defined in xmltooling::HTTPResponse) | xmltooling::HTTPResponse | |
XMLTOOLING_HTTP_STATUS_MOVED enum value (defined in xmltooling::HTTPResponse) | xmltooling::HTTPResponse | |
XMLTOOLING_HTTP_STATUS_NOTFOUND enum value (defined in xmltooling::HTTPResponse) | xmltooling::HTTPResponse | |
XMLTOOLING_HTTP_STATUS_NOTMODIFIED enum value (defined in xmltooling::HTTPResponse) | xmltooling::HTTPResponse | |
XMLTOOLING_HTTP_STATUS_OK enum value (defined in xmltooling::HTTPResponse) | xmltooling::HTTPResponse | |
XMLTOOLING_HTTP_STATUS_UNAUTHORIZED enum value (defined in xmltooling::HTTPResponse) | xmltooling::HTTPResponse | |
~GenericResponse() (defined in xmltooling::GenericResponse) | xmltooling::GenericResponse | virtual |
~HTTPResponse() (defined in xmltooling::HTTPResponse) | xmltooling::HTTPResponse | virtual |