Crate feather_runtime

Crate feather_runtime 

Source
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 may crate
  • Zero-copy networking for high performance
  • Thread-safe server implementation

§Core Components

  • http - HTTP request and response types
  • runtime - Server runtime and coroutine support

Modules§

http
runtime

Structs§

HeaderMap
A set of HTTP headers
HeaderName
Represents an HTTP header field name
HeaderValue
Represents an HTTP header field value.
Method
The Request Method (VERB)
Uri
The URI component of a request.