feather-runtime 0.1.1

Web Server Runtime for Feather
Documentation
1
2
3
4
5
6
7
#![warn(clippy::unwrap_used)]

pub mod http;
pub mod server;
mod utils;

pub use ::http::{HeaderMap, HeaderName, HeaderValue, Method, Uri};