# Functions
Do request against the handler.
DoDELETE return echo.Context and httptest.ResponseRecorder for DELETE Request (deprecated).
DoGET return recorder and error for GET API (deprecated).
DoPATCH return echo.Context and httptest.ResponseRecorder for PUT Request (deprecated).
DoPOST return echo.Context and httptest.ResponseRecorder for POST Request (deprecated).
DoPUT return echo.Context and httptest.ResponseRecorder for PUT Request (deprecated).
EqualResp expect response.