- configure algorithm for timeout in http methods.
- response class, add json.
- ssl handshake -> github repo, stackoverflow, more correctly, generic,
- add threads
- add logging, cppcoro.
- add cookies!
- add caching.
- Follow Postman
- Read 7234, 7235.
- Follow network section in browser
clang++ -I/opt/homebrew/Cellar/openssl@3/3.3.2/include
-L/opt/homebrew/Cellar/openssl@3/3.3.2/lib
-lssl -lcrypto --std=c++17 ../src/base.cpp ../src/request.cpp ../src/response.cpp ../src/utils.cpp ../src/url.cpp basic_test.cpp -o test.exe