Ross ROSS = Recommend OSS · open-source software intelligence for agents

bradfitz/http2

old repo for HTTP/2 support for Go (see README for new home) observed · 2026-08-28

github.com/bradfitz/http2 · homepage · Go · NOASSERTION (other) · archived observed · 2026-08-28

Health v2 · maintenance only

10/100

  • Activity 0
  • Release rhythm 35
  • Longevity 100

Flags: no_releases archived no_license

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 4432
  • days_rel: n/a
  • days_push: 2766
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1744 stars · 135 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

The original repository for Go's HTTP/2 protocol implementation, which has since moved into the golang.org/x/net module and the Go standard library. This old tree is kept working only for legacy importers and directs users to import golang.org/x/net/http2 instead.

Use cases

  • enable HTTP/2 support in a Go web server
  • make HTTP/2 requests from a Go HTTP client
  • debug HTTP/2 framing issues in Go applications
  • maintain legacy code that imports the old bradfitz/http2 path
  • understand how HTTP/2 is implemented in Go

When to choose

  • you are maintaining old code that still imports github.com/bradfitz/http2
  • you need a historical reference of the original Go HTTP/2 implementation

When to avoid

  • starting any new Go project - use golang.org/x/net/http2 or rely on net/http's built-in HTTP/2 in Go 1.6+
  • you need the latest features or bug fixes - development happens in the Go repo and x/net
  • you want to file bugs or contribute - the project uses Gerrit, not GitHub pull requests

Facets

library · maturity abandoned

http-server http-client middleware web-development backend apis networking go cross-platform http2 protocol-implementation moved-to-golang-org legacy-repo

5 sources

Member repositories

RepositoryRoleHealth v2
bradfitz/http2main10

For agents

markdown · JSON · MCP: product_card(name="bradfitz/http2")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem