# Functions

CheckAuth proofs authorization.
InternalError returns internal error.
Listen returns a rest listener.
MakeServer creates a server.
NewEmptyResponse returns empty response.
NewEmptyResponseWithStatus returns empty response with status.
NewJSONResponse returns JSON response.
NewJSONResponseWithStatus returns JSON response with status.
NewServer create a new REST API handler.

# Structs

Listener is the listener configuration structure.
Response structure.
Route represents an API endpoint.
Server structure.