pub fn canon_request_stream<Si, B, Ei>(
    pair: impl Pair<Si, Request<B>, Ei>,
    uri: Uri
) -> impl Pair<Si, Request<B>, Ei>
Expand description

Canonicalize the URIs in a stream of requests by applying canon_request to each, where uri provides the scheme and authority for the resulting URI.