http2

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

  • 所有者: bradfitz/http2
  • 平台:
  • 许可证: Other
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

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

主要指标

概览
名称与所有者bradfitz/http2
主编程语言Go
编程语言Makefile (语言数: 2)
平台
许可证Other
所有者活动
创建于2014-07-15 21:31:33
推送于2019-02-05 05:48:25
最后一次提交2016-01-16 13:33:29
发布数0
用户参与
星数1.7k
关注者数97
派生数133
提交数335
已启用问题?
问题数36
打开的问题数0
拉请求数22
打开的拉请求数0
关闭的拉请求数27
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?