# Functions
MiddlewaresChain provides syntactic sugar to create a new middleware which will be the result of chaining the ones received as parameters.
New API core developer toolkit.
# Structs
API core developer toolkit.
RequestDataContext contains all information to process the API request.
RequestEncryptedData contains all encryptions information to process the API request.
ResponseData contain all information to generate the HTTP API response.
ResponseFormatted contain formatted information to be responsed.
# Interfaces
APIRequestReceiver implemnt this interface to process request body information.
APIResponseFormatter implement this interface to format the API response information to JSON.
APIResponseWriter implement this interface to write API response information in screen.
APISecurityGuarantor you can to implement this interface to implement authentication methos.
# Type aliases
CustomTokenValidator validator custom token function type.
JSONContent use to set a json request body.
MapMethods you can to use this map to define your methods that allow or block in your API module.
Middleware provides a convenient mechanism for filtering HTTP requests entering the application.
ParamValidator function, return msg and error when param is incorrect.
ResponseCode type.
ResponseType contains all the response types identifers.