DockerCLI/vendor/golang.org/x/net/http2
Tonis Tiigi 668a9ff8ef vendor: update net and sys
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
2019-06-02 00:39:23 -07:00
..
hpack bump golang.org/x/net eb5bcb51f2a31c7d5141d810b70815c05d9c9146 2019-04-13 03:09:33 +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 Bump some dependencies to more recent versions (and tagged if available) 2018-07-25 14:16:41 +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 Bump some dependencies to more recent versions (and tagged if available) 2018-07-25 14:16:41 +02:00
frame.go bump golang.org/x/net eb5bcb51f2a31c7d5141d810b70815c05d9c9146 2019-04-13 03:09:33 +02:00
go111.go bump golang.org/x/net eb5bcb51f2a31c7d5141d810b70815c05d9c9146 2019-04-13 03:09:33 +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 bump golang.org/x/net eb5bcb51f2a31c7d5141d810b70815c05d9c9146 2019-04-13 03:09:33 +02:00
not_go111.go bump golang.org/x/net eb5bcb51f2a31c7d5141d810b70815c05d9c9146 2019-04-13 03:09:33 +02:00
pipe.go Update golang.org/x/net to not panic 2017-12-28 14:40:09 +01:00
server.go vendor: update net and sys 2019-06-02 00:39:23 -07:00
transport.go vendor: update net and sys 2019-06-02 00:39:23 -07:00
write.go bump golang.org/x/net eb5bcb51f2a31c7d5141d810b70815c05d9c9146 2019-04-13 03:09:33 +02:00
writesched.go Add vendor 2017-04-17 18:12:58 -04:00
writesched_priority.go bump golang.org/x/net to 7dcfb8076726a3fdd9353b6b8a1f1b6be6811bd6 2017-07-03 17:40:41 -07:00
writesched_random.go Add vendor 2017-04-17 18:12:58 -04: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:+