Renamed HTTPServer folder to HTTP.

It contains client code as well.
This commit is contained in:
Mattes D
2016-03-01 16:19:56 +01:00
parent fce68dc8f3
commit fea556ca1b
31 changed files with 407 additions and 140 deletions
+2 -2
View File
@@ -7,8 +7,8 @@
#include "Bindings/LuaState.h"
#include "IniFile.h"
#include "HTTPServer/HTTPServer.h"
#include "HTTPServer/HTTPFormParser.h"
#include "HTTP/HTTPServer.h"
#include "HTTP/HTTPFormParser.h"