containerd/vendor/golang.org/x/net/http2
Lantao Liu efba8e147f Update containerd to 2f69be5594.
Signed-off-by: Lantao Liu <lantaol@google.com>
2019-06-10 19:34:46 -07:00
..
hpack Update containerd to 2f69be5594. 2019-06-10 19:34:46 -07:00
ciphers.go Update containerd to 2f69be5594. 2019-06-10 19:34:46 -07:00
client_conn_pool.go Update containerd to 2f69be5594. 2019-06-10 19:34:46 -07:00
databuffer.go update containerd to 4ae34cccc5. 2017-06-15 23:14:21 +00:00
errors.go Update containerd to d1435e6e4d. 2018-05-23 10:16:33 -07:00
flow.go Update containerd to 2f69be5594. 2019-06-10 19:34:46 -07:00
frame.go Update containerd to 2f69be5594. 2019-06-10 19:34:46 -07:00
go111.go Update containerd to 2f69be5594. 2019-06-10 19:34:46 -07:00
gotrack.go Update godep 2017-04-14 19:04:27 -07:00
headermap.go Update containerd to 2f69be5594. 2019-06-10 19:34:46 -07:00
http2.go Update containerd to 2f69be5594. 2019-06-10 19:34:46 -07:00
not_go111.go Update containerd to 2f69be5594. 2019-06-10 19:34:46 -07:00
pipe.go Update containerd to d1435e6e4d. 2018-05-23 10:16:33 -07:00
README Update godep 2017-04-14 19:04:27 -07:00
server.go Update containerd to 2f69be5594. 2019-06-10 19:34:46 -07:00
transport.go Update containerd to 2f69be5594. 2019-06-10 19:34:46 -07:00
write.go Update containerd to 2f69be5594. 2019-06-10 19:34:46 -07: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:+