package
Version:
v0.0.4
Opens a new window with list of versions in this module.
Published: Aug 31, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func Setup(port, stdPort int)
Func is to Interface as http.HandlerFunc is to http.Handler
Wrap implements Interface
Interface is the shared contract for all middleware, and allows middlewares
to wrap handlers.
Merge produces a middleware that applies multiple middlewares in turn;
ie Merge(f,g,h).Wrap(handler) == f.Wrap(g.Wrap(h.Wrap(handler)))
type StatusConcealer struct{}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.