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