fiber/docs
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
..
api fix: Decompress request body when multi Content-Encoding sent on request headers (#2555) 2023-08-06 17:23:37 +02:00
extra use new template docs in fiber docs 2023-07-08 21:33:15 +02:00
guide 📚 Doc: Fixed link to slim template engine (#2547) 2023-07-18 11:57:06 +02:00
partials/routing Fix typo in docs (#2357) 2023-03-08 17:59:36 +03:00
intro.md Update intro.md (#2550) 2023-07-22 18:42:48 +03:00