How to retrieve *http.Request not engine.Request · Issue #638 · labstack/echo

Description In order to make func DumpRequest(req *http.Request, body bool) ([]byte, error) (net/http/httputil) working I need to have *http.Request. Currently c.Request() returns engine.Request in...