Module data
Available on crate features
http and std only.Expand description
Serve data: request URIs from the URI itself (RFC 2397).
A client stack layered with DataUriLayer answers data: requests
itself and passes every other scheme to the inner service.
Place this layer outside any
FollowRedirectLayer,
so a remote response cannot redirect into it.
Structs§
- Data
UriLayer - Serve
data:request URIs from the URI itself. - Data
UriService - Serve
data:request URIs from the URI itself.