HTTP server, client, session, SSE, and Datastar helpers for Kvist.
The locally adapted Odin HTTP implementation is included at
deps/odin-http. Place this repository in your project's dependency folder and
import it by relative path:
(import http "deps/http")See the HTTP guide. Run the tests with:
kvist test tests/http-tests.kvist