Struct warp::filters::path::Peek[][src]

pub struct Peek { /* fields omitted */ }

Represents that tail part of a request path, returned by the tail() filter.

Methods

impl Peek
[src]

Get the &str representation of the remaining path.

Get an iterator over the segments of the peeked path.

Trait Implementations

impl Debug for Peek
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Peek

impl Sync for Peek