RW
c2eee63183
🧹 chore: Update minimum go version to 1.24 ( #3481 )
...
* chore: update docs and workflows for go1.24
* Fix listen bug
* Use b.Loop() for benchmarks https://go.dev/blog/testing-b-loop
* Use b.Loop() for benchmarks https://go.dev/blog/testing-b-loop
* Revert b.Loop() for some benchmarks
* Change genericParser benchmarks (runParallel)
* Change Benchmark_Router_Github_API benchmarks (runParallel)
2025-05-27 13:23:02 +02:00
耗子
8e54c8f938
🐛 fix: Update binder in form_test ( #3336 )
...
* Fix: error binder in form_test
* fix: form tag
* Fix: error package name
2025-03-04 05:46:05 +01:00
M. Efe Çetin
bc4c920ea6
bind: add support for multipart file binding ( #3309 )
...
* deps: update schema to v1.3.0
* bind: add support for multipart file binding
* bind: fix linter
* improve coverage
* fix linter
* add test cases
---------
Co-authored-by: René <rene@gofiber.io>
2025-02-25 19:45:19 +01:00
M. Efe Çetin
ef04a8a99e
🐛 bug: Fix square bracket notation in Multipart FormData ( #3235 )
...
* 🐛 bug: add square bracket notation support to BindMultipart
* Fix golangci-lint issues
* Fixing undef variable
* Fix more lint issues
* test
* update1
* improve coverage
* fix linter
* reduce code duplication
* reduce code duplications in bindMultipart
---------
Co-authored-by: Juan Calderon-Perez <835733+gaby@users.noreply.github.com>
Co-authored-by: René <rene@gofiber.io>
2024-12-31 16:34:28 +01:00
M. Efe Çetin
57744ebbe8
🐛 bug: fix EnableSplittingOnParsers is not functional ( #3231 )
...
* 🐛 bug: fix EnableSplittingOnParsers is not functional
* remove wrong testcase
* add support for external xml decoders
* improve test coverage
* fix linter
* update
* add reset methods
* improve test coverage
* merge Form and MultipartForm methods
* fix linter
* split reset and putting steps
* fix linter
2024-12-25 12:53:14 +01:00