addTrailer(const QByteArray &headerName, const QByteArray &headerValue) | Tufao::HttpServerResponse | slot |
addTrailers(const Headers &headers) | Tufao::HttpServerResponse | slot |
end(const QByteArray &chunk=QByteArray()) | Tufao::HttpServerResponse | slot |
finished() | Tufao::HttpServerResponse | signal |
flush() | Tufao::HttpServerResponse | |
headers() const | Tufao::HttpServerResponse | |
headers() | Tufao::HttpServerResponse | |
HTTP_1_0 enum value | Tufao::HttpServerResponse | |
HTTP_1_1 enum value | Tufao::HttpServerResponse | |
HttpServerResponse(QIODevice &device, Options options=Options(), QObject *parent=0) | Tufao::HttpServerResponse | explicit |
KEEP_ALIVE enum value | Tufao::HttpServerResponse | |
Option enum name | Tufao::HttpServerResponse | |
options() const | Tufao::HttpServerResponse | |
setOptions(Options options) | Tufao::HttpServerResponse | |
write(const QByteArray &chunk) | Tufao::HttpServerResponse | slot |
writeContinue() | Tufao::HttpServerResponse | slot |
writeHead(int statusCode, const QByteArray &reasonPhrase, const Headers &headers) | Tufao::HttpServerResponse | slot |
writeHead(int statusCode, const QByteArray &reasonPhrase) | Tufao::HttpServerResponse | slot |
writeHead(HttpResponseStatus statusCode, const QByteArray &reasonPhrase, const Headers &headers) | Tufao::HttpServerResponse | slot |
writeHead(HttpResponseStatus statusCode, const QByteArray &reasonPhrase) | Tufao::HttpServerResponse | slot |
writeHead(HttpResponseStatus statusCode, const Headers &headers) | Tufao::HttpServerResponse | slot |
writeHead(HttpResponseStatus statusCode) | Tufao::HttpServerResponse | slot |
~HttpServerResponse() | Tufao::HttpServerResponse | |