Needs a function that behaves as follows: ``` go e.Get("/users/:id", getUser) e.URL(getUser, "123") // => "/users/123" ```