mirror of
https://github.com/gin-gonic/gin.git
synced 2025-05-25 06:26:49 +08:00
* feat(binding): support custom struct tag Add function `binding.MapFormWithTag` (#2719) * doc: add 'bind form-data with custom struct tag' Add 'Bind form-data request with custom struct and custom tag' section (#2719) * test(binding): add test for MapFromWithTag