Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ConfigDefault = Config{ Next: nil, Header: fiber.HeaderXResponseTime, }
ConfigDefault is the default config.
Functions ¶
Types ¶
type Config ¶
type Config struct {
// Next defines a function to skip this middleware when returned true.
//
// Optional. Default: nil
Next func(c fiber.Ctx) bool
// Header is the header key used to set the response time.
//
// Optional. Default: "X-Response-Time"
Header string
}
Config defines the config for middleware.
Click to show internal directories.
Click to hide internal directories.