ZELYRA
Home > Packages > zelyra/http

zelyra/http

v0.1.50 WEB Apache-2.0 / MIT

Built-in HTTP server and client with declarative route definitions, middleware pipelines, header verification, and streaming.

✓ Built-in Module – automatically available

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