31#if defined(KEEL_ENABLE_JIT)
32#error "Keel's W^X policy forbids runtime JIT (KEEL_ENABLE_JIT)."
34#if defined(KEEL_ENABLE_DYNAMIC_CODE)
35#error "Keel's W^X policy forbids runtime dynamic code (KEEL_ENABLE_DYNAMIC_CODE)."
37#if defined(KEEL_ENABLE_DLOPEN)
38#error "Keel's W^X policy forbids dlopen (KEEL_ENABLE_DLOPEN)."
42#define KL_VERSION_MAJOR 1
44#define KL_VERSION_MINOR 2
46#define KL_VERSION_PATCH 0
48#define KL_VERSION_STRING "1.2.0"
HTTP/1.1 client (sync + async).
HTTP client connection pool.
Built-in CORS middleware.
Shared HTTP/2 protocol constants.
HTTP redirect following (sync + async).
Shared WebSocket protocol constants and frame parser.
Server-side WebSocket API.