containerd/vendor/golang.org/x/net/http2
Lantao Liu 20860f2ecb Use vndr instead of godep.
Signed-off-by: Lantao Liu <lantaol@google.com>
2017-08-04 02:41:26 +00:00
..
hpack update containerd to 4ae34cccc5. 2017-06-15 23:14:21 +00:00
ciphers.go update containerd to 4ae34cccc5. 2017-06-15 23:14:21 +00:00
client_conn_pool.go update containerd to 4ae34cccc5. 2017-06-15 23:14:21 +00:00
configure_transport.go Update godep 2017-04-14 19:04:27 -07:00
databuffer.go update containerd to 4ae34cccc5. 2017-06-15 23:14:21 +00:00
errors.go Update containerd version to 193abed96e. 2017-05-27 00:07:48 +00:00
flow.go Update godep 2017-04-14 19:04:27 -07:00
frame.go update containerd to 4ae34cccc5. 2017-06-15 23:14:21 +00:00
go16.go update containerd to 4ae34cccc5. 2017-06-15 23:14:21 +00:00
go17_not18.go Update containerd version to 193abed96e. 2017-05-27 00:07:48 +00:00
go17.go Update containerd version to 193abed96e. 2017-05-27 00:07:48 +00:00
go18.go update containerd to 4ae34cccc5. 2017-06-15 23:14:21 +00:00
go19.go update containerd to 4ae34cccc5. 2017-06-15 23:14:21 +00:00
gotrack.go Update godep 2017-04-14 19:04:27 -07:00
headermap.go Update godep 2017-04-14 19:04:27 -07:00
http2.go Use vndr instead of godep. 2017-08-04 02:41:26 +00:00
not_go16.go update containerd to 4ae34cccc5. 2017-06-15 23:14:21 +00:00
not_go17.go Update containerd version to 193abed96e. 2017-05-27 00:07:48 +00:00
not_go18.go update containerd to 4ae34cccc5. 2017-06-15 23:14:21 +00:00
not_go19.go update containerd to 4ae34cccc5. 2017-06-15 23:14:21 +00:00
pipe.go update containerd to 4ae34cccc5. 2017-06-15 23:14:21 +00:00
README Update godep 2017-04-14 19:04:27 -07:00
server.go update containerd to 4ae34cccc5. 2017-06-15 23:14:21 +00:00
transport.go update containerd to 4ae34cccc5. 2017-06-15 23:14:21 +00:00
write.go update containerd to 4ae34cccc5. 2017-06-15 23:14:21 +00:00
writesched_priority.go update containerd to 4ae34cccc5. 2017-06-15 23:14:21 +00:00
writesched_random.go update containerd to 4ae34cccc5. 2017-06-15 23:14:21 +00:00
writesched.go update containerd to 4ae34cccc5. 2017-06-15 23:14:21 +00:00

This is a work-in-progress HTTP/2 implementation for Go.

It will eventually live in the Go standard library and won't require
any changes to your code to use.  It will just be automatic.

Status:

* The server support is pretty good. A few things are missing
  but are being worked on.
* The client work has just started but shares a lot of code
  is coming along much quicker.

Docs are at https://godoc.org/golang.org/x/net/http2

Demo test server at https://http2.golang.org/

Help & bug reports welcome!

Contributing: https://golang.org/doc/contribute.html
Bugs:         https://golang.org/issue/new?title=x/net/http2:+