Versions in this module Expand all Collapse all v1 v1.1.0 May 4, 2025 v1.0.0 May 4, 2025 Changes in this version + func BasicAuth(next http.Handler) http.Handler + type CustomRouter struct + func NewCustomRouter() *CustomRouter + func (r *CustomRouter) DELETE(path string, handle httprouter.Handle) + func (r *CustomRouter) GET(path string, handle httprouter.Handle) + func (r *CustomRouter) OPTIONS(path string, handle httprouter.Handle) + func (r *CustomRouter) PATCH(path string, handle httprouter.Handle) + func (r *CustomRouter) POST(path string, handle httprouter.Handle) + func (r *CustomRouter) PUT(path string, handle httprouter.Handle) + func (r *CustomRouter) ServeHTTP(w http.ResponseWriter, req *http.Request)