prometheus-adapter/vendor/golang.org/x/net/http2
2020-02-12 17:56:04 +02:00
..
hpack *: revendor dependencies after moving to go1.12 2019-06-20 14:01:34 +02: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
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 *: revendor dependencies after moving to go1.12 2019-06-20 14:01:34 +02:00
go111.go *: revendor dependencies after moving to go1.12 2019-06-20 14:01:34 +02: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_go111.go *: revendor dependencies after moving to go1.12 2019-06-20 14:01:34 +02: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 vendored changes 2020-02-12 17:56:04 +02:00
transport.go *: revendor dependencies after moving to go1.12 2019-06-20 14:01:34 +02:00
write.go *: revendor dependencies after moving to go1.12 2019-06-20 14:01:34 +02:00
writesched.go vendored changes 2020-02-12 17:56:04 +02: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:+