HTTP response utilities.
View the docs.
response.Pretty = false
response.JSON(w, user)
response.XML(w, user)
response.NotFound(w)
response.Unauthorized(w)
response.Unauthorized(w, "sorry!")
response.Unauthorized(w, map[string]string{"whatever": "here"})- JSON responses
 - XML responses
 - Error responses
 - Status code responses
 - Toggling of "pretty" responses