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(binding): support custom unmarshaler for slices & arrays
- test binding, add form_test.go for form bindings
- fix(context): Allow Context.Value to properly support any key type
- Allow escaped colons in route paths for Google API compliance
- feat(engine): add Shutdown method for graceful shutdown
- chore(response_writer): add Unwrap() method to `ResponseWriter` interface
- The next middleware will be executed even if the Next method is not called in the middleware
- Add Comprehensive Tests for Context.Negotiate() Method
- Fix: make Engine.Routes() concurrency-safe (#4457)
- Feat: Add Http headers constants
- Docs
- Go not yet supported