Documentation ¶
Overview ¶
Package handler defines common HTTP handlers.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Unauthorised ¶ added in v0.4.0
type Unauthorised struct {
}The Unauthorised handler will return a status Forbidden.
func (Unauthorised) Handle ¶ added in v0.4.0
func (u Unauthorised) Handle(w http.ResponseWriter, _ *http.Request)
Handle the request by returning a status Forbidden.
Click to show internal directories.
Click to hide internal directories.