cpp-httplib v0.35.0

A Tour of cpp-httplib

This is a step-by-step tutorial that walks you through the basics of cpp-httplib. Each chapter builds on the previous one, so please read them in order starting from Chapter 1.

  1. Getting Started — Get httplib.h and build a Hello World server
  2. Basic Client — Send GET/POST requests and use path parameters
  3. Basic Server — Routing, path parameters, and building responses
  4. Static File Server — Serve static files
  5. TLS Setup — Set up OpenSSL / mbedTLS
  6. HTTPS Client — Make requests to HTTPS sites
  7. HTTPS Server — Build an HTTPS server
  8. WebSocket — Learn the basics of WebSocket communication
  9. What's Next — Explore more features