Crate zon

Source

Modules§

extract
fsfs
http
A general purpose library of common HTTP types
hyperhyper
middleware
response
routerrouter

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§

Request
Alias for http::Request with a defaulted body type.
RequestParts
Response
Alias for http::Response with a defaulted body type.
ResponseParts