Access to http.Request/Response from echo.Context? · Issue #406 · labstack/echo

I want to access the other url.URL fields like .RawQuery from v2 echo.Context. func Index(c echo.Context) error { log.Println(c.Request().URL().RawQuery) } I also would like to have access to other...