Files
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
..
2017-06-15 23:14:21 +00:00
2017-06-15 23:14:21 +00:00
2017-04-14 19:04:27 -07:00
2017-06-15 23:14:21 +00:00
2017-04-14 19:04:27 -07:00
2017-06-15 23:14:21 +00:00
2017-06-15 23:14:21 +00:00
2017-06-15 23:14:21 +00:00
2017-06-15 23:14:21 +00:00
2017-04-14 19:04:27 -07:00
2017-04-14 19:04:27 -07:00
2017-08-04 02:41:26 +00:00
2017-06-15 23:14:21 +00:00
2017-06-15 23:14:21 +00:00
2017-06-15 23:14:21 +00:00
2017-06-15 23:14:21 +00:00
2017-04-14 19:04:27 -07:00
2017-06-15 23:14:21 +00:00
2017-06-15 23:14:21 +00:00
2017-06-15 23:14:21 +00:00
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:+