forked from nomoresat/DPITunnel-cli
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Update cpp-httplib submodule to v0.18.0
Signed-off-by: txtsd <[email protected]>
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule cpp-httplib
updated
30 files
+2 −0 | .gitattributes | |
+1 −1 | .github/workflows/cifuzz.yaml | |
+24 −22 | .github/workflows/test.yaml | |
+7 −0 | .gitignore | |
+13 −2 | CMakeLists.txt | |
+11 −0 | Dockerfile | |
+70 −13 | README.md | |
+60 −0 | benchmark/Makefile | |
+9,955 −0 | benchmark/cpp-httplib-base/httplib.h | |
+12 −0 | benchmark/cpp-httplib-base/main.cpp | |
+12 −0 | benchmark/cpp-httplib/main.cpp | |
+14,316 −0 | benchmark/crow/crow_all.h | |
+17 −0 | benchmark/crow/main.cpp | |
+2 −0 | benchmark/download.sh | |
+18 −28 | cmake/FindBrotli.cmake | |
+0 −0 | cmake/httplibConfig.cmake.in | |
+7 −0 | docker-compose.yml | |
+21 −0 | docker/html/index.html | |
+81 −0 | docker/main.cc | |
+8 −3 | example/Makefile | |
+56 −0 | example/one_time_request.cc | |
+90 −0 | example/server_and_client.cc | |
+1,111 −398 | httplib.h | |
+20 −10 | test/CMakeLists.txt | |
+4 −3 | test/Makefile | |
+6 −2 | test/fuzzing/server_fuzzer.cc | |
+26 −2 | test/meson.build | |
+1,150 −250 | test/test.cc | |
+0 −0 | test/www/empty_file | |
+1 −0 | test/www/file |