gin/examples
ljluestc 9e193dc13c feat: add GetRequestBody() method for reusable request body access
- Add Context.GetRequestBody() method that caches request body bytes
- Allows multiple reads of request body without consumption
- Integrates with existing ShouldBindBodyWith* caching mechanism
- Includes comprehensive tests and usage examples
- Addresses issue #1974: Wrap Request.Body for reuse by Gin, middlewares and app code
2025-11-25 13:56:26 -08:00
..

Gin Examples

⚠️ NOTICE: All gin examples have been moved as standalone repository to here.