The highest tagged major version is
v3.
package
Version:
v2.49.2
Opens a new window with list of versions in this module.
Published: Sep 14, 2023
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 9
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.