Oh joy, yet another article explaining how to unleash the "power" of HTTP/2 cleartext in #Go 1.24. 🚀 Because clearly, the world needed *another* way to serve data without encryption. 🙄 If exposing your data to the world was an Olympic sport, this article would take gold. 🏅
https://www.clarityboss.com/blog/go-http2-cleartext-h2c-cloud-run #HTTP2 #HTTP2Cleartext #DataSecurity #GoldMedal #HackerNews #ngated
Configuring a Go HTTP Server for Unencrypted HTTP/2 (h2c) | ClarityBoss Blog

I'll give a brief outline of how to enable HTTP/2 cleartext (h2c) in a Go API server when you are using Go 1.24 or newer. This is useful in Cloud Run environments, which handles TLS termination but can take advantage of HTTP/2 features.