Documentation ¶ Index ¶ func New(handler fiber.Handler, exclude func(c fiber.Ctx) bool) fiber.Handler Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func New ¶ func New(handler fiber.Handler, exclude func(c fiber.Ctx) bool) fiber.Handler New returns a middleware that calls the provided predicate for each request. If the predicate evaluates to true the wrapped handler is skipped and the next handler in the chain is executed. Types ¶ This section is empty. Source Files ¶ View all Source files skip.go Click to show internal directories. Click to hide internal directories.