# Functions
Accepted response.
AsHandlerFunc is a helper wrapper to make implementing actions easier.
AsProxyHandlerFunc returns the response in `_, response`, and proxy the http response in `response, nil`.
BadGateway result.
BadRequest result.
Conflict response.
Created return a created response.
Error generic error response.
Forbidden response.
NoContent response.
NotFound response.
Ok return a ok response.
PaymentRequired result.
UnAuthorized response.
Unavailable returned when server is too busy.
# Interfaces
Response interface.