From 1d4480c0f36f9d4e75c00e58c065b4c43e53b4f3 Mon Sep 17 00:00:00 2001 From: Xavier Del Campo Romero Date: Fri, 21 Jul 2023 00:59:23 +0200 Subject: Import slweb slweb contains the HTTP/1.1 server implementation and surrounding utilities that are used by slcl. The motivation behind this was to allow these components to be used by other projects, as well as effectively making slcl smaller and more modular. --- .gitmodules | 3 +++ slweb | 1 + 2 files changed, 4 insertions(+) create mode 160000 slweb diff --git a/.gitmodules b/.gitmodules index a977745..5667d5d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "dynstr"] path = dynstr url = https://gitea.privatedns.org/xavi92/dynstr +[submodule "slweb"] + path = slweb + url = https://gitea.privatedns.org/xavi92/slweb diff --git a/slweb b/slweb new file mode 160000 index 0000000..8c3ba33 --- /dev/null +++ b/slweb @@ -0,0 +1 @@ +Subproject commit 8c3ba33ced08b211db0cd5f81675bdf62f55acc7 -- cgit v1.2.3