Documentation
¶
Index ¶
Constants ¶
View Source
const ErrorType = "Error"
ErrorType is the name of the type used to report errors.
Variables ¶
This section is empty.
Functions ¶
func SendNotFound ¶
func SendNotFound(w http.ResponseWriter, r *http.Request)
SendNotFound sends a 404 response with some details about the non existing resource.
func SendPanic ¶
func SendPanic(w http.ResponseWriter, r *http.Request)
SendPanic sends a panic error response to the client, but it doesn't end the process.
func SendUnauthorized ¶
func SendUnauthorized(w http.ResponseWriter, r *http.Request, message string)
Types ¶
Click to show internal directories.
Click to hide internal directories.