qbm-http
StableVerified against qb 3.0.0
HTTP servers and clients as actors: a fluent router with path parameters, groups and controllers, a middleware pipeline, request validation, cookies and multipart, and both callback and coroutine client APIs.
Provides
HTTP/1.1HTTP/2HTTP/3WebSocketroutingmiddlewarevalidationJWT
HTTP/1.1, routing, middleware and validation are always built. HTTPS, HTTP/2, WebSocket and JWT need an SSL build; HTTP/3 additionally needs QUIC and libnghttp3. The gates are real #ifdef boundaries, so what your code can reach is what was compiled.
- Umbrella header
<qbm/http/http.h>