http2

old repo for HTTP/2 support for Go (see README for new home)

  • Owner: bradfitz/http2
  • Platform:
  • License:: Other
  • Category::
  • Topic:
  • Like:
    0
      Compare:

Github stars Tracking Chart

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

Main metrics

Overview
Name With Ownerbradfitz/http2
Primary LanguageGo
Program languageMakefile (Language Count: 2)
Platform
License:Other
所有者活动
Created At2014-07-15 21:31:33
Pushed At2019-02-05 05:48:25
Last Commit At2016-01-16 13:33:29
Release Count0
用户参与
Stargazers Count1.7k
Watchers Count97
Fork Count133
Commits Count335
Has Issues Enabled
Issues Count36
Issue Open Count0
Pull Requests Count22
Pull Requests Open Count0
Pull Requests Close Count27
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private