]> git.leonardobizzoni.com Git - http-lib/commit
Send formatted HTTP req and receive raw HTTP response
authorLeonardoBizzoni <leo2002714@gmail.com>
Tue, 6 Aug 2024 14:48:56 +0000 (16:48 +0200)
committerLeonardoBizzoni <leo2002714@gmail.com>
Tue, 6 Aug 2024 14:48:56 +0000 (16:48 +0200)
commitd5cc1991ff6775e4ebf0ab74e0bb889b29b563a7
tree20c3ada4c0a09048485baa1146ebab880bd66c9c
parent81fc5488128c33aad1103620e523a4352b6301c6
Send formatted HTTP req and receive raw HTTP response
.gitignore [new file with mode: 0644]
shell.nix
src/http.h
src/main.cpp
src/method.cpp [new file with mode: 0644]
src/method.h
src/request.h
src/send.cpp