pub fn path(v: &str) -> Result<Pattern>
Construct a route pattern using a URL path Examples:
path("/hello")?; path("/users/:id")?;