The Go/HTTP handler impedance mismatch
Posted on September 25, 2017When it comes to writing web apps in Go, I have yet to see a clean solution for a very fundamental problem. I see an impedance mismatch between Go idioms and the necessities of the HTTP protocol. It’s by no means exclusive to Go, but this is where it bothers me, so I’ll limit my discussion to the problem as it affects Go.
Continue reading `The Go/HTTP handler impedance mismatch` →Filed under: Go golang http Programming