An open API service providing security vulnerability metadata for many open source software ecosystems.

go

golang.org/x/net/http2

go

Package http2 implements the HTTP/2 protocol. This package is low-level and intended to be used directly by very few people. Most users will use it indirectly through the automatic use by the net/http package (from Go 1.6 and later). For use in earlier Go versions see ConfigureServer. (Transport support requires Go 1.6 or later) See https://http2.github.io/ for more information on HTTP/2.

View on cs.opensource.google · View on proxy.golang.org