summaryrefslogtreecommitdiffstats
path: root/.gitmodules
diff options
context:
space:
mode:
authorJesus Fernandez <jesus.fernandez@qt.io>2018-03-08 18:45:53 +0100
committerJesus Fernandez <Jesus.Fernandez@qt.io>2018-07-16 14:36:08 +0000
commitb24745265dea23f7ca2d331e4432c082d1c2bc75 (patch)
tree6f5f755d6fa16145fee026c2c392adbdc7ca97b9 /.gitmodules
parent050abe1f33b4bb7646621cc4c98abb7cf5f13922 (diff)
Introduce Qt HttpServer framework
Small, Qt integrated framework for creating specialized http server. Goals of the project: - Create a framework allowing creation of a specialized web server running in non public networks (home and company networks, stealth or hidden services) - Create an easy tool for developers to embed http servers in their apps. - Playground to narrow down problems in Qt, related to network stack, but also to explore general usability. - Potentially reduce code duplication in Qt. Not goals: - Standalone server, in particular not Apache or nginx replacement Change-Id: I0d8b83e50992b9a95c88f4735539329279cf5425 Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 0000000..850f71d
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,3 @@
+[submodule "src/3rdparty/http-parser"]
+ path = src/3rdparty/http-parser
+ url = https://github.com/nodejs/http-parser.git