Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bradfitz/http2
old repo for HTTP/2 support for Go (see README for new home)
https://github.com/bradfitz/http2
Last synced: about 2 months ago
JSON representation
old repo for HTTP/2 support for Go (see README for new home)
- Host: GitHub
- URL: https://github.com/bradfitz/http2
- Owner: bradfitz
- License: other
- Archived: true
- Created: 2014-07-15T21:31:33.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2019-02-05T05:48:25.000Z (almost 6 years ago)
- Last Synced: 2024-02-14T23:34:44.096Z (9 months ago)
- Language: Go
- Homepage: https://godoc.org/golang.org/x/net/http2
- Size: 2.7 MB
- Stars: 1,719
- Watchers: 98
- Forks: 147
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
This was the old home of Go's HTTP/2 implementation.
It now lives in the Go repo.
I'm keeping this tree working for now, but please update your imports
to:import "golang.org/x/net/http2"
Godoc is:
https://godoc.org/golang.org/x/net/http2
http2 is enabled by default in Go 1.6+ with no changes to your
code. Unless you're doing something weird, you should not need to
import golang.org/x/net/http2.The code is now at:
https://go.googlesource.com/net/ (main repo)
... in directory https://go.googlesource.com/net/+/master/http2/Github mirror:
https://github.com/golang/net/tree/master/http2 (mirror)Bugs should be filed in Go's main bug tracker:
https://golang.org/s/http2bug
Now that it's on Gerrit, we no longer use Github's pull requests and
are using Gerrit instead for code review. Contribution instructions:https://golang.org/doc/contribute.html