Function tsukuyomi::extractor::uri

source ·
pub fn uri(
) -> impl Extractor<Output = (Uri,), Error = Never, Extract = impl TryFuture<Ok = (Uri,), Error = Never> + Send + 'static>
Expand description

Creates an Extractor that returns the value of request URI.