Juan Calderon-Perez
e7c1b3e5e2
Add new config option
2025-02-23 16:00:39 -05:00
Juan Calderon-Perez
16f9056f5f
🐛 fix: Improve naming convention for Context returning functions ( #3193 )
...
* Rename UserContext() to Context(). Rename Context() to RequestCtx()
* Update Ctxt docs and What's new
* Remove extra blank lines
---------
Co-authored-by: M. Efe Çetin <efectn@protonmail.com>
2024-11-13 16:12:19 +01:00
Juan Calderon-Perez
b9936a339d
🔥 Feature: Add support for zstd compression ( #3041 )
...
* Add support for zstd compression
* Update whats_new.md
* Add benchmarks for Compress middleware
---------
Co-authored-by: RW <rene@gofiber.io>
2024-06-26 16:00:38 +02: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