Versions in this module Expand all Collapse all v0 v0.1.1 Jan 29, 2020 v0.1.0 Nov 13, 2019 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