Re-exports§
pub use zon_fs as fs;
fs
pub use zon_hyper as hyper;
hyper
pub 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 hyper
Wraps a zonHttpService
and implementshyper::service::Service
.
Enums§
Traits§
Type Aliases§
- Alias for
http::Request
with a defaulted body type. - Alias for
http::Response
with a defaulted body type.