# Functions
Decode reads the body of an HTTP request looking for a JSON document.
GetTime returns the time from the context.
GetTraceID returns the trace id from the context.
GetValues returns the values from the context.
IsShutdown checks to see if the shutdown error is contained in the specified error value.
NewApp creates an App value that handle a set of routes for the application.
NewShutdownError returns an error that causes the framework to signal a graceful shutdown.
Param returns the web call parameters from the request.
Query returns the query string value for the provided key.
Respond converts a Go value to JSON and sends it to the client.
RespondWithNoContent converts a Go value to JSON and sends it to the client.
SetStatusCode sets the status code back into the context.
# Type aliases
Handler is the type that wraps standard lib HTTP handler function.
Middleware is a function designed to run some code before and/or after another Handler.