Documentation ¶
Index ¶
- func Authentication(db db.DB) func(http.Handler) http.Handler
- func Logger(logger logger.Logger) func(http.Handler) http.Handler
- func Preflight(next http.Handler) http.Handler
- func ServeStatic(fs http.FileSystem) func(http.Handler) http.Handler
- func Slow(next http.Handler) http.Handler
- type Middleware
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ServeStatic ¶ added in v0.2.16
Types ¶
type Middleware ¶
func AllowCors ¶
func AllowCors() Middleware
func Chain ¶
func Chain(ms ...Middleware) Middleware
Click to show internal directories.
Click to hide internal directories.