Skip to main content

Module data

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§

DataUriLayer
Serve data: request URIs from the URI itself.
DataUriService
Serve data: request URIs from the URI itself.