Send Date http header

It's not strict required but often expected.
change class to namespace
cleanup header
This commit is contained in:
Chocobo1
2017-04-12 23:57:21 +08:00
committed by sledgehammer999
parent d9f4141221
commit 6ff614ebea
3 changed files with 18 additions and 4 deletions

View File

@@ -37,10 +37,10 @@
namespace Http
{
class ResponseGenerator
namespace ResponseGenerator
{
public:
static QByteArray generate(Response response);
QByteArray generate(Response response);
QString httpDate();
};
}