Usage Example
page "/api/v1/ping" {
header("Content-Type", "application/json")
json {
status: "ok",
uptime_ms: 1420
}
}
Features & Capabilities
Built-in HTTP server and client with declarative route definitions, middleware pipelines, header verification, and streaming. This library is designed with strict nominal type boundaries, deterministic memory layouts, and full verification against memory corruption.
← Back to Package Registry