KEEL 1.0.0
Minimal C11 HTTP client/server library built on epoll/kqueue/io_uring/poll
Loading...
Searching...
No Matches
keel Directory Reference
Directory dependency graph for keel:
include/keel

Files

 allocator.h
 
 async.h
 
 body_reader.h
 
 body_reader_multipart.h
 
 chunked.h
 
 client.h
 HTTP/1.1 client (sync + async).
 
 client_pool.h
 HTTP client connection pool.
 
 compress.h
 
 compress_miniz.h
 
 connection.h
 
 cors.h
 Built-in CORS middleware.
 
 decompress.h
 
 decompress_miniz.h
 
 drain.h
 
 error.h
 
 event.h
 
 event_ctx.h
 
 file_io.h
 
 h2.h
 Shared HTTP/2 protocol constants.
 
 h2_client.h
 HTTP/2 client API.
 
 h2_server.h
 Server-side HTTP/2 API.
 
 keel.h
 KEEL — Minimal C11 HTTP client/server library built on epoll/kqueue/io_uring/poll.
 
 parser.h
 
 redirect.h
 HTTP redirect following (sync + async).
 
 request.h
 
 resolver.h
 
 resolver_cache.h
 
 response.h
 
 router.h
 
 server.h
 
 sse.h
 
 thread_pool.h
 
 timer.h
 
 tls.h
 
 tls_mbedtls.h
 
 url.h
 
 websocket.h
 Shared WebSocket protocol constants and frame parser.
 
 websocket_client.h
 WebSocket client API.
 
 websocket_server.h
 Server-side WebSocket API.