Rewrite rules for gzipping http response content

This commit is contained in:
Chocobo1
2017-04-17 14:12:20 +08:00
parent 4600e679d1
commit 94b496354b
2 changed files with 32 additions and 11 deletions

View File

@@ -39,6 +39,7 @@ namespace Http
{
QByteArray toByteArray(Response response);
QString httpDate();
void compressContent(Response &response);
}
#endif // HTTP_RESPONSEGENERATOR_H