]> Cypherpunks repositories - gostls13.git/commit
net/http: update HTTP/2 documentation to reference new config features
authorDamien Neil <dneil@google.com>
Tue, 7 Oct 2025 18:06:18 +0000 (11:06 -0700)
committerDamien Neil <dneil@google.com>
Wed, 8 Oct 2025 15:49:59 +0000 (08:49 -0700)
commite5d004c7a8777c8333b965266994a8fd2cd45394
tree3683e22b657d0bd38117ca09cf9ec565616ebf4a
parent97fd6bdeccf8c59f07dadbff8f614ea4169f01b1
net/http: update HTTP/2 documentation to reference new config features

Update the package docs to point users at the modern HTTP/2
configuration APIs.

Mention in the TLSNextProto documentation that this field is
superseded by the Protocols field for most user-facing purposes.

Change-Id: I30cd9a85a27e1174338f0d6b887f98c28eac5b5d
Reviewed-on: https://go-review.googlesource.com/c/go/+/709797
Reviewed-by: Nicholas Husin <nsh@golang.org>
Reviewed-by: Nicholas Husin <husin@google.com>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
src/net/http/doc.go
src/net/http/server.go
src/net/http/transport.go