Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler interface {
Handle(response http.ResponseWriter, request *http.Request, matches []string)
}
type HandlerFunction ¶
type HandlerFunction func(http.ResponseWriter, *http.Request, []string)
func (HandlerFunction) Handle ¶
func (fn HandlerFunction) Handle(response http.ResponseWriter, request *http.Request, matches []string)
Click to show internal directories.
Click to hide internal directories.