[][src]Trait routerify::ext::RequestExt

pub trait RequestExt {
    fn params(&self) -> Option<&PathParams>;
fn remote_addr(&self) -> Option<&SocketAddr>;
fn query(&self) -> Option<&Query>; }

Required methods

fn params(&self) -> Option<&PathParams>

fn remote_addr(&self) -> Option<&SocketAddr>

fn query(&self) -> Option<&Query>

Loading content...

Implementations on Foreign Types

impl RequestExt for Request<Body>[src]

Loading content...

Implementors

Loading content...