fiber/docs/api
João Victor Oliveira Couto f29f39b1b3
fix: Decompress request body when multi Content-Encoding sent on request headers (#2555)
* 🔧 feat: Decode body in order when sent a list on content-encoding

* 🚀 perf: Change `getSplicedStrList` to have 0 allocations

* 🍵 test: Add tests for the new features

* 🍵 test: Ensure session test will not raise an error unexpectedly

* 🐗 feat: Replace strings.TrimLeft by utils.TrimLeft

Add docs to functions to inform correctly what the change is

* 🌷 refactor: Apply linter rules

* 🍵 test: Add test cases to the new body method change

* 🔧 feat: Remove return problems to be able to reach original body

* 🌷 refactor: Split Body method into two to make it more maintainable

Also, with the previous fix to problems detected by tests, it becomes really hard to make the linter happy, so this change also helps in it

* 🚀 perf: Came back with Header.VisitAll, to improve speed

* 📃 docs: Update Context docs
2023-08-06 17:23:37 +02:00
..
middleware improved the config section of the middleware readme´s 2023-07-24 17:03:11 +02:00
_category_.json 📝 docs: automated synchronization with `gofiber/docs` (#2344) 2023-02-25 10:29:07 +01:00
app.md 🚀 Feature: Public ShutdownWithContext (#2407) 2023-04-09 21:08:03 +08:00
client.md doc: Improve *fiber.Client section (#2553) 2023-07-25 20:15:23 +02:00
constants.md 📝 docs: automated synchronization with `gofiber/docs` (#2344) 2023-02-25 10:29:07 +01:00
ctx.md fix: Decompress request body when multi Content-Encoding sent on request headers (#2555) 2023-08-06 17:23:37 +02:00
fiber.md 🐛 bug: fix docs api fiber custom config (#2510) 2023-06-19 12:22:55 +02:00
log.md Update log.md 2023-07-16 16:18:23 +02:00