moby--moby/vendor/golang.org/x/net/http2
Jintao Zhang 2ee753a28f vendor golang.org/x/net v0.0.0-20200707034311-ab3426394381
Signed-off-by: Jintao Zhang <zhangjintao9020@gmail.com>
2020-08-14 14:17:03 +08:00
..
hpack vendor golang.org/x/net v0.0.0-20200707034311-ab3426394381 2020-08-14 14:17:03 +08:00
README rerun vndr 2017-03-08 02:29:34 +00:00
ciphers.go Update miekg/dns to v1.0.7 2018-06-01 16:24:59 +02:00
client_conn_pool.go vendor golang.org/x/net v0.0.0-20200707034311-ab3426394381 2020-08-14 14:17:03 +08:00
databuffer.go Update grpc to v1.3.0 and bump protobuf bindings. 2017-06-08 14:34:23 +01:00
errors.go Bump golang.org/x/net to go1.10 release commit 2018-04-18 15:57:24 -04:00
flow.go vendor golang.org/x/net v0.0.0-20200707034311-ab3426394381 2020-08-14 14:17:03 +08:00
frame.go bump golang.org/x/net eb5bcb51f2a31c7d5141d810b70815c05d9c9146 2019-04-10 00:12:38 +02:00
go111.go bump golang.org/x/net eb5bcb51f2a31c7d5141d810b70815c05d9c9146 2019-04-10 00:12:38 +02:00
gotrack.go
headermap.go bump golang.org/x/net eb5bcb51f2a31c7d5141d810b70815c05d9c9146 2019-04-10 00:12:38 +02:00
http2.go vendor golang.org/x/net v0.0.0-20200707034311-ab3426394381 2020-08-14 14:17:03 +08:00
not_go111.go bump golang.org/x/net eb5bcb51f2a31c7d5141d810b70815c05d9c9146 2019-04-10 00:12:38 +02:00
pipe.go vendor containerd, BuildKit, protobuf, grpc, and golang.org/x 2020-03-03 10:25:20 +09:00
server.go vendor golang.org/x/net v0.0.0-20200707034311-ab3426394381 2020-08-14 14:17:03 +08:00
transport.go vendor golang.org/x/net v0.0.0-20200707034311-ab3426394381 2020-08-14 14:17:03 +08:00
write.go bump golang.org/x/net eb5bcb51f2a31c7d5141d810b70815c05d9c9146 2019-04-10 00:12:38 +02:00
writesched.go vendor containerd, BuildKit, protobuf, grpc, and golang.org/x 2020-03-03 10:25:20 +09:00
writesched_priority.go vendor containerd, BuildKit, protobuf, grpc, and golang.org/x 2020-03-03 10:25:20 +09:00
writesched_random.go vendor containerd, BuildKit, protobuf, grpc, and golang.org/x 2020-03-03 10:25:20 +09:00

README

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:+