fiber/middleware/static
M. Efe Çetin 38fb8064c6
middleware: add static middleware (#3006)
* middleware: add static middleware

* uncomment broken tests

* introduce isfile config property to fix file issues

* test

* add io/fs support to static mw

* add io/fs support to static mw

* remove filesystem and app.Static

* fix linter

* apply review

* support disablecache

* support multi indexes

* add an example for io/fs

* update whats new & apply reviews

* update

* use fasthttp from master

* Update .github/README.md

Co-authored-by: RW <rene@gofiber.io>

* update1

* apply reviews

* update

* update

* update examples

* add more examples

---------

Co-authored-by: RW <rene@gofiber.io>
2024-05-28 09:29:25 +02:00
..
config.go middleware: add static middleware (#3006) 2024-05-28 09:29:25 +02:00
static.go middleware: add static middleware (#3006) 2024-05-28 09:29:25 +02:00
static_test.go middleware: add static middleware (#3006) 2024-05-28 09:29:25 +02:00