diff --git a/.gitmodules b/.gitmodules
index 1375c0f..aa2af92 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -2,3 +2,7 @@
path = VAR.Json
url = https://github.com/Kableado/VAR.Json.git
branch = master
+[submodule "VAR.HttpServer"]
+ path = VAR.HttpServer
+ url = https://github.com/Kableado/VAR.HttpServer.git
+ branch = master
diff --git a/VAR.HttpServer b/VAR.HttpServer
new file mode 160000
index 0000000..33ee2d4
--- /dev/null
+++ b/VAR.HttpServer
@@ -0,0 +1 @@
+Subproject commit 33ee2d4a47af266f3e539bb783b7e855338c651c
diff --git a/VAR.Toolbox/VAR.Toolbox.csproj b/VAR.Toolbox/VAR.Toolbox.csproj
index b154e43..041f7f4 100644
--- a/VAR.Toolbox/VAR.Toolbox.csproj
+++ b/VAR.Toolbox/VAR.Toolbox.csproj
@@ -49,6 +49,18 @@
+
+ Code\HttpServer\HttpProcessor.cs
+
+
+ Code\HttpServer\HttpServer.cs
+
+
+ Code\HttpServer\HttpUtility.cs
+
+
+ Code\HttpServer\IHttpHandler.cs
+
Code\Json\JsonParser.cs