coil-runtime 0.1.1

HTTP runtime and request handling for the Coil framework.
Documentation
1
2
3
4
5
6
7
mod execution;
mod response;
mod routing;

pub use execution::*;
pub use response::*;
pub use routing::*;