Versions in this module Expand all Collapse all v2 v2.42.2 Mar 11, 2023 Changes in this version + var ConfigDefault = Config + func New(config ...Config) fiber.Handler + func SendFile(c *fiber.Ctx, fs http.FileSystem, path string) error + type Config struct + Browse bool + Index string + MaxAge int + Next func(c *fiber.Ctx) bool + NotFoundFile string + PathPrefix string + Root http.FileSystem