![]() |
C++ Web Framework
3.0
|
This is the complete list of members for Response, including all inherited members.
| addCookie(const QNetworkCookie &cookie) noexcept (defined in Response) | Response | inline |
| addHeader(const QByteArray &name, const QByteArray &value) noexcept (defined in Response) | Response | inline |
| flushBuffer() (defined in Response) | Response | |
| getBufferSize() const noexcept (defined in Response) | Response | inline |
| Response(QTcpSocket &socket, const Configuration &configuration) (defined in Response) | Response | |
| SC_ACCEPTED (defined in Response) | Response | static |
| SC_BAD_GATEWAY (defined in Response) | Response | static |
| SC_BAD_REQUEST (defined in Response) | Response | static |
| SC_CONFLICT (defined in Response) | Response | static |
| SC_CONTINUE (defined in Response) | Response | static |
| SC_CREATED (defined in Response) | Response | static |
| SC_EXPECTATION_FAILED (defined in Response) | Response | static |
| SC_FORBIDDEN (defined in Response) | Response | static |
| SC_FOUND (defined in Response) | Response | static |
| SC_GATEWAY_TIMEOUT (defined in Response) | Response | static |
| SC_GONE (defined in Response) | Response | static |
| SC_HTTP_VERSION_NOT_SUPPORTED (defined in Response) | Response | static |
| SC_INTERNAL_SERVER_ERROR (defined in Response) | Response | static |
| SC_LENGTH_REQUIRED (defined in Response) | Response | static |
| SC_METHOD_NOT_ALLOWED (defined in Response) | Response | static |
| SC_MOVED_PERMANENTLY (defined in Response) | Response | static |
| SC_MOVED_TEMPORARILY (defined in Response) | Response | static |
| SC_MULTIPLE_CHOICES (defined in Response) | Response | static |
| SC_NO_CONTENT (defined in Response) | Response | static |
| SC_NON_AUTHORITATIVE_INFORMATION (defined in Response) | Response | static |
| SC_NOT_ACCEPTABLE (defined in Response) | Response | static |
| SC_NOT_FOUND (defined in Response) | Response | static |
| SC_NOT_IMPLEMENTED (defined in Response) | Response | static |
| SC_NOT_MODIFIED (defined in Response) | Response | static |
| SC_OK (defined in Response) | Response | static |
| SC_PARTIAL_CONTENT (defined in Response) | Response | static |
| SC_PAYMENT_REQUIRED (defined in Response) | Response | static |
| SC_PRECONDITION_FAILED (defined in Response) | Response | static |
| SC_PROXY_AUTHENTICATION_REQUIRED (defined in Response) | Response | static |
| SC_REQUEST_ENTITY_TOO_LARGE (defined in Response) | Response | static |
| SC_REQUEST_TIMEOUT (defined in Response) | Response | static |
| SC_REQUEST_URI_TOO_LONG (defined in Response) | Response | static |
| SC_REQUESTED_RANGE_NOT_SATISFIABLE (defined in Response) | Response | static |
| SC_RESET_CONTENT (defined in Response) | Response | static |
| SC_SEE_OTHER (defined in Response) | Response | static |
| SC_SERVICE_UNAVAILABLE (defined in Response) | Response | static |
| SC_SWITCHING_PROTOCOLS (defined in Response) | Response | static |
| SC_TEMPORARY_REDIRECT (defined in Response) | Response | static |
| SC_UNAUTHORIZED (defined in Response) | Response | static |
| SC_UNSUPPORTED_MEDIA_TYPE (defined in Response) | Response | static |
| SC_USE_PROXY (defined in Response) | Response | static |
| sendError(int sc, const QByteArray &msg) (defined in Response) | Response | |
| sendRedirect(const QByteArray &url) (defined in Response) | Response | |
| setStatus(int statusCode, const QByteArray &description) (defined in Response) | Response | |
| write(const QJsonObject &json, bool writeContentType=true) (defined in Response) | Response | |
| write(const QJsonArray &array, bool writeContentType=true) (defined in Response) | Response | |
| write(QByteArray &&data) (defined in Response) | Response | |
| write(const QByteArray &data, bool flush=true) (defined in Response) | Response | |
| ~Response() noexcept (defined in Response) | Response | inline |
1.8.13