diff options
| author | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2023-07-21 00:59:23 +0200 |
|---|---|---|
| committer | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2023-07-21 01:40:51 +0200 |
| commit | 1d4480c0f36f9d4e75c00e58c065b4c43e53b4f3 (patch) | |
| tree | d1a6653b6b341c7ac3282c834329d180cbf543a0 /.gitmodules | |
| parent | 4eb044e62526f32c89a645525505722b80d49e96 (diff) | |
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.
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
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 |
