DockerCLI/vendor/golang.org/x/net/http2
Sebastiaan van Stijn dea9976143
vendor: golang.org/x/net e18ecbb051101a46fc263334b127c89bc7bff7ea
full diff: ab34263943...e18ecbb051

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-06-21 14:29:30 +02:00
..
hpack vendor golang.org/x/net v0.0.0-20200707034311-ab3426394381 2020-09-09 14:07:52 +02:00
README Add vendor 2017-04-17 18:12:58 -04:00
ciphers.go Bump moby version (and its dependencies) 2018-06-08 11:26:10 +02:00
client_conn_pool.go vendor golang.org/x/net v0.0.0-20200707034311-ab3426394381 2020-09-09 14:07:52 +02:00
databuffer.go bump golang.org/x/net to 7dcfb8076726a3fdd9353b6b8a1f1b6be6811bd6 2017-07-03 17:40:41 -07:00
errors.go Update golang.org/x/net to not panic 2017-12-28 14:40:09 +01:00
flow.go vendor golang.org/x/net v0.0.0-20200707034311-ab3426394381 2020-09-09 14:07:52 +02:00
frame.go bump golang.org/x/net eb5bcb51f2a31c7d5141d810b70815c05d9c9146 2019-04-13 03:09:33 +02:00
go111.go vendor: golang.org/x/net e18ecbb051101a46fc263334b127c89bc7bff7ea 2021-06-21 14:29:30 +02:00
gotrack.go Add vendor 2017-04-17 18:12:58 -04:00
headermap.go bump golang.org/x/net eb5bcb51f2a31c7d5141d810b70815c05d9c9146 2019-04-13 03:09:33 +02:00
http2.go vendor golang.org/x/net v0.0.0-20200707034311-ab3426394381 2020-09-09 14:07:52 +02:00
not_go111.go vendor: golang.org/x/net e18ecbb051101a46fc263334b127c89bc7bff7ea 2021-06-21 14:29:30 +02:00
pipe.go vendor: golang.org/x/net 0de0cce0169b09b364e001f108dc0399ea8630b3 2020-04-22 17:18:55 +02:00
server.go vendor: golang.org/x/net e18ecbb051101a46fc263334b127c89bc7bff7ea 2021-06-21 14:29:30 +02:00
transport.go vendor: golang.org/x/net e18ecbb051101a46fc263334b127c89bc7bff7ea 2021-06-21 14:29:30 +02:00
write.go bump golang.org/x/net eb5bcb51f2a31c7d5141d810b70815c05d9c9146 2019-04-13 03:09:33 +02:00
writesched.go vendor: golang.org/x/net 0de0cce0169b09b364e001f108dc0399ea8630b3 2020-04-22 17:18:55 +02:00
writesched_priority.go vendor: golang.org/x/net 0de0cce0169b09b364e001f108dc0399ea8630b3 2020-04-22 17:18:55 +02:00
writesched_random.go vendor: golang.org/x/net 0de0cce0169b09b364e001f108dc0399ea8630b3 2020-04-22 17:18:55 +02: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:+