pub trait RequestExt { // Required method fn path(&self) -> &Path; }
hyper::Request extension trait that makes writing HttpResponders more convienent.
HttpResponder
The URI path of the Request.