Hacker News new | ask | show | jobs
by halpert 1592 days ago
The default Go http server is 1.1, no?
1 comments

The default Go server supports HTTP/2.

https://pkg.go.dev/net/http

> Starting with Go 1.6, the http package has transparent support for the HTTP/2 protocol when using HTTPS.