# README
API Serve
The purpose of API Serve
is to be a very minimal yet production ready API server. API Serve
was designed with web applications in mind that are primarily handing JSON request/responses. API Serve
supports global and route specific middleware. It also uses httprouter
under
the hood for request routing. The server supports load shedding out of the box for production
applications.
# Packages
No description provided by the author
# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Unmarshal decodes the input to the struct type and checks the fields to verify the value is in a proper state.
# Type aliases
No description provided by the author
No description provided by the author
InvalidError is a custom error type for invalid fields.
No description provided by the author