1
0
mirror of https://github.com/golang/go synced 2024-11-15 05:00:31 -07:00
go/doc/next/6-stdlib/99-minor/net
Damien Neil bfc8f28068 net/http: add Protocols field to Server and Transport
Support configuring which HTTP version(s) a server or client use
via an explicit set of protocols. The Protocols field takes
precedence over TLSNextProto and ForceAttemptHTTP2.

Fixes #67814

Change-Id: I09ece88f78ad4d98ca1f213157b5f62ae11e063f
Reviewed-on: https://go-review.googlesource.com/c/go/+/607496
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Jonathan Amsterdam <jba@google.com>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2024-11-05 22:14:59 +00:00
..
http net/http: add Protocols field to Server and Transport 2024-11-05 22:14:59 +00:00
netip net,net/netip: implement the encoding.(Binary|Text)Appender 2024-09-23 18:10:51 +00:00
url net/url: implement encoding.BinaryAppender for URL 2024-08-08 19:43:18 +00:00
56539.md net: enable multipath TCP by default for listeners 2024-09-03 15:27:29 +00:00
62384.md net,net/netip: implement the encoding.(Binary|Text)Appender 2024-09-23 18:10:51 +00:00