prometheus-adapter/vendor/golang.org/x/net/http2
Solly Ross a293b2bf94 Check in the vendor directory
Travis seems to be having issues pulling deps, so we'll have to check in
the vendor directory and prevent the makefile from trying to regenerate
it normally.
2018-07-13 17:32:49 -04:00
..
hpack Check in the vendor directory 2018-07-13 17:32:49 -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 Check in the vendor directory 2018-07-13 17:32:49 -04:00
configure_transport.go Check in the vendor directory 2018-07-13 17:32:49 -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 Check in the vendor directory 2018-07-13 17:32:49 -04:00
frame.go Check in the vendor directory 2018-07-13 17:32:49 -04:00
go16.go Check in the vendor directory 2018-07-13 17:32:49 -04:00
go17.go Check in the vendor directory 2018-07-13 17:32:49 -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
gotrack.go Check in the vendor directory 2018-07-13 17:32:49 -04:00
headermap.go Check in the vendor directory 2018-07-13 17:32:49 -04:00
http2.go Check in the vendor directory 2018-07-13 17:32:49 -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 Check in the vendor directory 2018-07-13 17:32:49 -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
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 Check in the vendor directory 2018-07-13 17:32:49 -04:00
transport.go Check in the vendor directory 2018-07-13 17:32:49 -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:+