1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/vendor/golang.org/x/net/http2
Sebastiaan van Stijn 037c26d863
vendor: golang.org/x/net e18ecbb051101a46fc263334b127c89bc7bff7ea
full diff: 6772e930b6...e18ecbb051

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-06-15 16:20:42 +02:00
..
hpack vendor golang.org/x/net v0.0.0-20200707034311-ab3426394381 2020-08-14 14:17:03 +08:00
ciphers.go
client_conn_pool.go vendor golang.org/x/net v0.0.0-20200707034311-ab3426394381 2020-08-14 14:17:03 +08:00
databuffer.go
errors.go
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 vendor: golang.org/x/net e18ecbb051101a46fc263334b127c89bc7bff7ea 2021-06-15 16:20:42 +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 vendor: golang.org/x/net e18ecbb051101a46fc263334b127c89bc7bff7ea 2021-06-15 16:20:42 +02:00
pipe.go vendor containerd, BuildKit, protobuf, grpc, and golang.org/x 2020-03-03 10:25:20 +09:00
README
server.go vendor: golang.org/x/net e18ecbb051101a46fc263334b127c89bc7bff7ea 2021-06-15 16:20:42 +02:00
transport.go vendor: golang.org/x/net 6772e930b67bb09bf22262c7378e7d2f67cf59d1 2021-06-02 17:55:44 +02: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

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