prometheus-adapter/vendor/golang.org/x/net/http2
Solly Ross c916572aca Update deps to Kube 1.11.3
This updates the dependencies to Kube 1.11.3 to pull in a fix allowing
requestheader auth to be used without normal client auth (which makes
things work on clusters that don't enable client auth normally, like
EKS).
2018-09-24 14:47:22 -04:00
..
hpack Update deps to Kube 1.11.3 2018-09-24 14:47:22 -04:00
.gitignore Check in the vendor directory 2018-07-13 17:32:49 -04:00
ciphers.go Check in the vendor directory 2018-07-13 17:32:49 -04:00
client_conn_pool.go Update deps to Kube 1.11.3 2018-09-24 14:47:22 -04:00
configure_transport.go Update deps to Kube 1.11.3 2018-09-24 14:47:22 -04:00
databuffer.go Check in the vendor directory 2018-07-13 17:32:49 -04:00
Dockerfile Check in the vendor directory 2018-07-13 17:32:49 -04:00
errors.go Check in the vendor directory 2018-07-13 17:32:49 -04:00
flow.go Update deps to Kube 1.11.3 2018-09-24 14:47:22 -04:00
frame.go Update deps to Kube 1.11.3 2018-09-24 14:47:22 -04:00
go16.go Check in the vendor directory 2018-07-13 17:32:49 -04:00
go17.go Update deps to Kube 1.11.3 2018-09-24 14:47:22 -04:00
go17_not18.go Check in the vendor directory 2018-07-13 17:32:49 -04:00
go18.go Check in the vendor directory 2018-07-13 17:32:49 -04:00
go19.go Check in the vendor directory 2018-07-13 17:32:49 -04:00
go111.go Update deps to Kube 1.11.3 2018-09-24 14:47:22 -04:00
gotrack.go Check in the vendor directory 2018-07-13 17:32:49 -04:00
headermap.go Update deps to Kube 1.11.3 2018-09-24 14:47:22 -04:00
http2.go Update deps to Kube 1.11.3 2018-09-24 14:47:22 -04:00
Makefile Check in the vendor directory 2018-07-13 17:32:49 -04:00
not_go16.go Check in the vendor directory 2018-07-13 17:32:49 -04:00
not_go17.go Update deps to Kube 1.11.3 2018-09-24 14:47:22 -04:00
not_go18.go Check in the vendor directory 2018-07-13 17:32:49 -04:00
not_go19.go Check in the vendor directory 2018-07-13 17:32:49 -04:00
not_go111.go Update deps to Kube 1.11.3 2018-09-24 14:47:22 -04:00
pipe.go Check in the vendor directory 2018-07-13 17:32:49 -04:00
README Check in the vendor directory 2018-07-13 17:32:49 -04:00
server.go Update deps to Kube 1.11.3 2018-09-24 14:47:22 -04:00
transport.go Update deps to Kube 1.11.3 2018-09-24 14:47:22 -04:00
write.go Check in the vendor directory 2018-07-13 17:32:49 -04:00
writesched.go Check in the vendor directory 2018-07-13 17:32:49 -04:00
writesched_priority.go Check in the vendor directory 2018-07-13 17:32:49 -04:00
writesched_random.go Check in the vendor directory 2018-07-13 17:32:49 -04: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:+