Expand description
§Feather Runtime
Low-level runtime and HTTP primitives for the Feather web framework.
Feather-Runtime provides:
- Synchronous HTTP request/response handling
- Lightweight coroutine-based concurrency using the
maycrate - Zero-copy networking for high performance
- Thread-safe server implementation
§Core Components
Modules§
Structs§
- Header
Map - A set of HTTP headers
- Header
Name - Represents an HTTP header field name
- Header
Value - Represents an HTTP header field value.
- Method
- The Request Method (VERB)
- Uri
- The URI component of a request.