zet

Go Gin still better than new 1.22 net/http

I was reminded by my coworker that Gin has much better handling of chaining and conditional branching through connected middleware. The new net/http might have a lot of great stuff, but it still lacks that very fundamental requirement of any good web framework. Any substantial API will demand the middleware handling Gin provides. Gin continues to be several levels above every other offering as well:

Related: