Crate zon_core

Source

Modules§

fn
Turn functions into services.

Structs§

Body
A convenient body type that can wrap most other body types.

Enums§

Either

Traits§

FromRequest
FromRequestParts
HttpMiddleware
HttpService
IntoHttpService
IntoResponse
ToResponseParts

Type Aliases§

BoxError
Alias for a type-erased error type.
Request
Alias for http::Request with a defaulted body type.
RequestParts
Response
Alias for http::Response with a defaulted body type.
ResponseParts