pub use warp::path; use crate::http::Response; pub type UrlMap = warp::filters::BoxedFilter<(Response,)>;