mingrammer / go-web-framework-stars

:star: Web frameworks for Go, most starred on GitHub
MIT License
3.54k stars 252 forks source link

feat: add Huma to framework list #83

Open danielgtaylor opened 6 months ago

danielgtaylor commented 6 months ago

Huma is a small framework that can sit on top of several different routers (including the Go 1.22+ standard library http.ServeMux) and provides generated OpenAPI 3.1 & JSON Schema from your input & output structs and operation handlers.

Thanks!