Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NotAllowedHandler ¶
type NotAllowedHandler struct { }
func (NotAllowedHandler) ServeHTTP ¶
func (handler NotAllowedHandler) ServeHTTP(w http.ResponseWriter, r *http.Request)
type NotFoundHandler ¶
type NotFoundHandler struct { }
func (NotFoundHandler) ServeHTTP ¶
func (handler NotFoundHandler) ServeHTTP(w http.ResponseWriter, r *http.Request)
Click to show internal directories.
Click to hide internal directories.