wired_handler_hyper 0.12.0

wired_handler's hyper extzension
Documentation
1
2
3
4
5
6
7
8
#![cfg(feature = "json")]

pub mod data;
mod http;
pub mod prelude;
pub mod state;

pub use http::*;