RW
a7bf8171b1
🐛 bug: Fix handler order in routing ( #3321 )
...
* fix handler order in routing
#3312
* fix handler order in routing
#3312
* fix handler order in routing
#3312
* fix handler order in routing
#3312
* fix handler order in routing
#3312
---------
Co-authored-by: Juan Calderon-Perez <835733+gaby@users.noreply.github.com>
2025-02-24 08:14:19 +01:00
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
Muhammed Efe Çetin
c62dd16e8d
Merge remote-tracking branch 'origin/master' into v3-beta
2022-11-27 20:34:48 +03:00
pj
709e0952e2
✨ v3 (feature): router interface changes ( #2176 )
...
* Add(methods []string, path string, handlers ...Handler) Router
* - proposed Router interface changes
Co-authored-by: rocketlaunchr-cto <rocketlaunchr.cloud@gmail.com>
2022-11-01 08:45:43 +01:00
Jinquan Wang
093882cfdf
✨ v3 (feature): new Route method ( #2065 )
...
* 🎨 perf: change name to add new feature
* ✨ feat add route
* 🎨 perf: rollback name
* 🎨 perf: change file name
* fix: fix errors caused by register
* 🎨 perf: change filed to private and change comment
* feat: interface is better
* 🎨 perf: change type name
* deeper tests
Co-authored-by: Muhammed Efe Çetin <efectn@protonmail.com>
2022-09-18 11:35:57 +02:00