-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TgBot++: Update cpp-httplib submodule
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule cpp-httplib
updated
8 files
+22 −20 | .github/workflows/test.yaml | |
+1 −0 | .gitignore | |
+1 −0 | CMakeLists.txt | |
+4 −2 | example/Makefile | |
+56 −0 | example/one_time_request.cc | |
+35 −3 | httplib.h | |
+1 −2 | test/Makefile | |
+75 −1 | test/test.cc |