Middleware
This go boilerplate uses Echo. If you're ever in doubt, you can refer to Echo's documentation for more details on what's possible with routers.
This is a blank page.
Required Headers
The service requires Accept: application/json
header by default for all requests.
It also requires Content-Type: application/json
with POST
, PUT
and DELETE
requests.