package
Version:
v3.0.0-...-2834d1d
Opens a new window with list of versions in this module.
Published: Jan 19, 2024
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func New(config ...Config) fiber.Handler
New creates a new middleware handler
type Config struct {
Next func(c fiber.Ctx) bool
}
Config defines the config for middleware.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.