Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler interface {
Handle(w http.ResponseWriter, r *http.Request) (interface{}, error)
}
type RequestHandler ¶
type RequestHandler struct {
Handler Handler
}
func (RequestHandler) ServeHTTP ¶
func (r RequestHandler) ServeHTTP(w http.ResponseWriter, req *http.Request)
Click to show internal directories.
Click to hide internal directories.