gin
https://github.com/gin-gonic/gin
Go
Gin is a HTTP web framework written in Go (Golang). It features a Martini-like API with much better performance -- up to 40 times faster. If you need smashing performance, get yourself some Gin.
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
Go not yet supported101 Subscribers
View all SubscribersAdd a CodeTriage badge to gin
Help out
- Issues
- fix: Remove deprecated `http.CloseNotifier` and replace with
- Remove deprecated `http.CloseNotifier` and replace with `Request.Context().Done()`
- fix: Remove deprecated `http.CloseNotifier`, use `Request.Context().Done()` in Stream
- fix(binding): handle non-JSON string values in form binding for custom struct types
- fix: handle IPv6 brackets and port in X-Forwarded-For parsing
- Non-standard X-Forwarded-For header content is not supported
- fix: Non-standard X-Forwarded-For header content is not supported
- feat(test): add RunTestHandler to flush status in test contexts
- feat(binding): use encoding.UnmarshalText by default via build tag
- feat(engine): add H2CConfig to allow configuring h2c http2.Server
- Docs
- Go not yet supported