This is the complete list of members for servlet::http_response, including all inherited members.
| add_cookie(const cookie &c)=0 | servlet::http_response | pure virtual |
| add_date_header(const std::string &name, const std::chrono::time_point< Clock, Dur > &date) | servlet::http_response | inline |
| add_date_header(const std::string &name, long timeSec)=0 | servlet::http_response | pure virtual |
| add_header(const std::string &name, const std::string &value)=0 | servlet::http_response | pure virtual |
| contains_header(const std::string &name) const =0 | servlet::http_response | pure virtual |
| get_content_type() const =0 | servlet::http_response | pure virtual |
| get_date_header(const std::string &name) const =0 | servlet::http_response | pure virtual |
| get_header(const std::string &name) const =0 | servlet::http_response | pure virtual |
| get_headers(const std::string &name, std::vector< std::string > &headers) const =0 | servlet::http_response | pure virtual |
| get_headers(std::vector< std::pair< std::string, std::string >> &headers) const =0 | servlet::http_response | pure virtual |
| get_output_stream()=0 | servlet::http_response | pure virtual |
| get_status() const =0 | servlet::http_response | pure virtual |
| SC_ACCEPTED | servlet::http_response | static |
| SC_BAD_GATEWAY | servlet::http_response | static |
| SC_BAD_REQUEST | servlet::http_response | static |
| SC_CONFLICT | servlet::http_response | static |
| SC_CONTINUE | servlet::http_response | static |
| SC_CREATED | servlet::http_response | static |
| SC_EXPECTATION_FAILED | servlet::http_response | static |
| SC_FORBIDDEN | servlet::http_response | static |
| SC_FOUND | servlet::http_response | static |
| SC_GATEWAY_TIMEOUT | servlet::http_response | static |
| SC_GONE | servlet::http_response | static |
| SC_HTTP_VERSION_NOT_SUPPORTED | servlet::http_response | static |
| SC_INTERNAL_SERVER_ERROR | servlet::http_response | static |
| SC_LENGTH_REQUIRED | servlet::http_response | static |
| SC_METHOD_NOT_ALLOWED | servlet::http_response | static |
| SC_MOVED_PERMANENTLY | servlet::http_response | static |
| SC_MOVED_TEMPORARILY | servlet::http_response | static |
| SC_MULTIPLE_CHOICES | servlet::http_response | static |
| SC_NO_CONTENT | servlet::http_response | static |
| SC_NON_AUTHORITATIVE_INFORMATION | servlet::http_response | static |
| SC_NOT_ACCEPTABLE | servlet::http_response | static |
| SC_NOT_FOUND | servlet::http_response | static |
| SC_NOT_IMPLEMENTED | servlet::http_response | static |
| SC_NOT_MODIFIED | servlet::http_response | static |
| SC_OK | servlet::http_response | static |
| SC_PARTIAL_CONTENT | servlet::http_response | static |
| SC_PAYMENT_REQUIRED | servlet::http_response | static |
| SC_PRECONDITION_FAILED | servlet::http_response | static |
| SC_PROXY_AUTHENTICATION_REQUIRED | servlet::http_response | static |
| SC_REQUEST_ENTITY_TOO_LARGE | servlet::http_response | static |
| SC_REQUEST_TIMEOUT | servlet::http_response | static |
| SC_REQUEST_URI_TOO_LONG | servlet::http_response | static |
| SC_REQUESTED_RANGE_NOT_SATISFIABLE | servlet::http_response | static |
| SC_RESET_CONTENT | servlet::http_response | static |
| SC_SEE_OTHER | servlet::http_response | static |
| SC_SERVICE_UNAVAILABLE | servlet::http_response | static |
| SC_SWITCHING_PROTOCOLS | servlet::http_response | static |
| SC_TEMPORARY_REDIRECT | servlet::http_response | static |
| SC_UNAUTHORIZED | servlet::http_response | static |
| SC_UNSUPPORTED_MEDIA_TYPE | servlet::http_response | static |
| SC_USE_PROXY | servlet::http_response | static |
| send_redirect(const std::string &redirectURL)=0 | servlet::http_response | pure virtual |
| set_content_length(std::size_t len)=0 | servlet::http_response | pure virtual |
| set_content_type(const std::string &type)=0 | servlet::http_response | pure virtual |
| set_date_header(const std::string &name, const std::chrono::time_point< Clock, Dur > &date) | servlet::http_response | inline |
| set_date_header(const std::string &name, long date)=0 | servlet::http_response | pure virtual |
| set_header(const std::string &name, const std::string &value)=0 | servlet::http_response | pure virtual |
| set_status(int sc)=0 | servlet::http_response | pure virtual |
| ~http_response() noexcept (defined in servlet::http_response) | servlet::http_response | inlinevirtual |