-
-
Notifications
You must be signed in to change notification settings - Fork 112
Closed
Labels
feature-requestNew feature or requestNew feature or requesthardFor experienced gophersFor experienced gophers
Description
See #263 for more details & discussions
Is your feature request related to a problem? Please describe.
Gin is very popular and a lot of projects and companies are tied with Gin. Supporting Fuego controllers in Gin or Gin controllers in Fuego might be a good eventual transition for companies wanting to migrate to the new powerful Go1.22 router + Fuego OpenAPI capabilities
Describe the solution you'd like
I'm still thinking about what would it look like. Is there any Gin <-> net/http adaptor to begin with?
GIN SUPPORT IS DONE ✅
There is still some issues to do but the basics works.
Issue tracker
- BREAKING CHANGE: Remove pointer from ContextNoBody and ContextWithBody, use interface directly in handlers #286
- Mutualise a part of Context between net/http and gin #288
- Moved all non-net/http related code to the new Engine struct #290
- Generic main handler #300
- Generic route registration #304
- Transform and Validate Gin input #311
TODO
- Route middlewares
Metadata
Metadata
Assignees
Labels
feature-requestNew feature or requestNew feature or requesthardFor experienced gophersFor experienced gophers