Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 599 Bytes

missions.md

File metadata and controls

20 lines (16 loc) · 599 Bytes

PROJECT MISSIONS

  1. configure algorithm for timeout in http methods.
  2. response class, add json.
  3. ssl handshake -> github repo, stackoverflow, more correctly, generic,
  4. add threads
  5. add logging, cppcoro.
  6. add cookies!
  7. add caching.

GUIDE

  • Follow Postman
  • Read 7234, 7235.
  • Follow network section in browser

CLANG

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