]> git.leonardobizzoni.com Git - http-lib/commit
First commit: establish connection with remote given its domain name
authorLeonardoBizzoni <leo2002714@gmail.com>
Tue, 6 Aug 2024 11:29:40 +0000 (13:29 +0200)
committerLeonardoBizzoni <leo2002714@gmail.com>
Tue, 6 Aug 2024 11:29:40 +0000 (13:29 +0200)
commit81fc5488128c33aad1103620e523a4352b6301c6
tree83a2a1118b361d2a99d09b19978d841e41c1b5cd
First commit: establish connection with remote given its domain name
.clang-format [new file with mode: 0644]
.clangd [new file with mode: 0644]
CMakeLists.txt [new file with mode: 0644]
shell.nix [new file with mode: 0644]
src/error.h [new file with mode: 0644]
src/http.h [new file with mode: 0644]
src/main.cpp [new file with mode: 0644]
src/method.h [new file with mode: 0644]
src/request.h [new file with mode: 0644]
src/response.h [new file with mode: 0644]
src/send.cpp [new file with mode: 0644]