Re-exports§
pub use zon_fs as fs;fspub use zon_hyper as hyper;hyperpub use zon_middleware as middleware;pub use zon_router as router;router
Modules§
Structs§
- A convenient body type that can wrap most other body types.
- ZonTo
Hyper Service hyperWraps a zonHttpServiceand implementshyper::service::Service.
Enums§
Traits§
Type Aliases§
- Alias for
http::Requestwith a defaulted body type. - Alias for
http::Responsewith a defaulted body type.