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 +++ 1 file changed, 3 insertions(+) (limited to '.gitmodules') 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 -- cgit v1.2.3