DockerCLI/vendor/golang.org/x/net/http2
Mathieu Champlon 5d54584f03 Bump moby to d37f5c6bdf788a6cb82c07fb707e31a240eff5f9
Also bringing:
. golang.org/x/net 5561cd9b4330353950f399814f427425c0a26fd2
. github.com/docker/distribution 83389a148052d74ac602f5f1d62f86ff2f3c4aa5
. github.com/docker/swarmkit bd69f6e8e301645afd344913fa1ede53a0a111fb
. github.com/docker/go-metrics d466d4f6fd960e01820085bd7e1a24426ee7ef18
. github.com/prometheus/client_golang 52437c81da6b127a9925d17eb3a382a2e5fd395e
. github.com/beorn7/perks 4c0e84591b9aa9e6dcfdf3e020114cd81f89d5f9
. github.com/prometheus/client_model fa8ad6fec33561be4280a8f0514318c79d7f6cb6
. github.com/prometheus/common ebdfc6da46522d58825777cf1f90490a5b1ef1d8
. github.com/prometheus/procfs abf152e5f3e97f2fafac028d2cc06c1feb87ffa5
. github.com/matttproud/golang_protobuf_extensions v1.0.0

Signed-off-by: Mathieu Champlon <mathieu.champlon@docker.com>
2018-05-18 11:44:14 +02:00
..
hpack bump golang.org/x/net to 7dcfb8076726a3fdd9353b6b8a1f1b6be6811bd6 2017-07-03 17:40:41 -07:00
README Add vendor 2017-04-17 18:12:58 -04:00
ciphers.go bump golang.org/x/net to 7dcfb8076726a3fdd9353b6b8a1f1b6be6811bd6 2017-07-03 17:40:41 -07:00
client_conn_pool.go bump golang.org/x/net to 7dcfb8076726a3fdd9353b6b8a1f1b6be6811bd6 2017-07-03 17:40:41 -07:00
configure_transport.go Update golang.org/x/net to not panic 2017-12-28 14:40:09 +01: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 Add vendor 2017-04-17 18:12:58 -04:00
frame.go bump golang.org/x/net to 7dcfb8076726a3fdd9353b6b8a1f1b6be6811bd6 2017-07-03 17:40:41 -07:00
go16.go bump golang.org/x/net to 7dcfb8076726a3fdd9353b6b8a1f1b6be6811bd6 2017-07-03 17:40:41 -07:00
go17.go Add vendor 2017-04-17 18:12:58 -04:00
go17_not18.go Add vendor 2017-04-17 18:12:58 -04:00
go18.go Update golang.org/x/net to not panic 2017-12-28 14:40:09 +01:00
go19.go bump golang.org/x/net to 7dcfb8076726a3fdd9353b6b8a1f1b6be6811bd6 2017-07-03 17:40:41 -07:00
gotrack.go Add vendor 2017-04-17 18:12:58 -04:00
headermap.go Add vendor 2017-04-17 18:12:58 -04:00
http2.go Update golang.org/x/net to not panic 2017-12-28 14:40:09 +01:00
not_go16.go bump golang.org/x/net to 7dcfb8076726a3fdd9353b6b8a1f1b6be6811bd6 2017-07-03 17:40:41 -07:00
not_go17.go Add vendor 2017-04-17 18:12:58 -04:00
not_go18.go Update golang.org/x/net to not panic 2017-12-28 14:40:09 +01:00
not_go19.go bump golang.org/x/net to 7dcfb8076726a3fdd9353b6b8a1f1b6be6811bd6 2017-07-03 17:40:41 -07:00
pipe.go Update golang.org/x/net to not panic 2017-12-28 14:40:09 +01:00
server.go Bump moby to d37f5c6bdf788a6cb82c07fb707e31a240eff5f9 2018-05-18 11:44:14 +02:00
transport.go Bump moby to d37f5c6bdf788a6cb82c07fb707e31a240eff5f9 2018-05-18 11:44:14 +02:00
write.go Update golang.org/x/net to not panic 2017-12-28 14:40:09 +01: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:+