trillium-http 1.7.0

the http implementation for the trillium toolkit
Documentation

⚙️ trillium-http — low-level HTTP implementations

ci crates.io version docs.rs

Low-level HTTP implementations for Trillium. Provides Conn for managing a single request/response lifecycle, HttpContext for shared server settings, header types (Headers, KnownHeaderName, HeaderValue), and body types. This crate is primarily intended for use by the higher-level trillium crate and runtime adapters — most users should depend on those instead.

Safety

This crate uses #![forbid(unsafe_code)].

License