server-configuration

Tag

Cards List
#server-configuration

Using HTTP/2 Cleartext for a server in Go 1.24

Hacker News Top · 2026-05-19 Cached

Go 1.24 introduces native support for HTTP/2 cleartext (h2c) in the net/http package, eliminating the previous need for external wrapper packages. This post explains how to configure a Go HTTP server for h2c to work with services like Google Cloud Run.

0 favorites 0 likes
← Back to home

Submit Feedback