gotham 0.8.0

A flexible web framework that promotes stability, safety, security and speed.
Documentation
1
2
3
4
//! Helpers, e.g. for HTTP request handling and response generation

pub mod http;
pub(crate) mod timing;