Versions in this module Expand all Collapse all v0 v0.1.0 Jan 22, 2020 Changes in this version + type HTTPHandler struct + func NewHTTPHandler(path, method string, handle http.HandlerFunc) *HTTPHandler + func (h *HTTPHandler) Handle() http.HandlerFunc + func (h *HTTPHandler) Method() string + func (h *HTTPHandler) Path() string + type Handler interface + Handle func() http.HandlerFunc + Method func() string + Path func() string