package
0.0.25
Repository: https://github.com/adipurnama/go-toolkit.git
Documentation: pkg.go.dev

# Functions

Request return echo.Context and httptest.ResponseRecorder.
RequestDELETE return echo.Context and httptest.ResponseRecorder for DELETE Request.
RequestDELETEWithParam return echo.Context and httptest.ResponseRecorder for DELETE Request with URL Param.
RequestGET return echo.Context and httptest.ResponseRecorder for GET Request.
RequestGETWithParam return echo.Context and httptest.ResponseRecorder for GET Request with URL Param.
RequestPOST return echo.Context and httptest.ResponseRecorder for POST Request.
RequestPUT return echo.Context and httptest.ResponseRecorder for POST Request.