cri/vendor/golang.org/x/net/http2
Vincent Batts 61b81742d3
Initial connection
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2017-10-04 11:12:23 -04:00
..
hpack Initial connection 2017-10-04 11:12:23 -04:00
.gitignore Initial connection 2017-10-04 11:12:23 -04:00
ciphers.go Initial connection 2017-10-04 11:12:23 -04:00
client_conn_pool.go Initial connection 2017-10-04 11:12:23 -04:00
configure_transport.go Initial connection 2017-10-04 11:12:23 -04:00
databuffer.go Initial connection 2017-10-04 11:12:23 -04:00
Dockerfile Initial connection 2017-10-04 11:12:23 -04:00
errors.go Initial connection 2017-10-04 11:12:23 -04:00
flow.go Initial connection 2017-10-04 11:12:23 -04:00
frame.go Initial connection 2017-10-04 11:12:23 -04:00
go16.go Initial connection 2017-10-04 11:12:23 -04:00
go17.go Initial connection 2017-10-04 11:12:23 -04:00
go17_not18.go Initial connection 2017-10-04 11:12:23 -04:00
go18.go Initial connection 2017-10-04 11:12:23 -04:00
go19.go Initial connection 2017-10-04 11:12:23 -04:00
gotrack.go Initial connection 2017-10-04 11:12:23 -04:00
headermap.go Initial connection 2017-10-04 11:12:23 -04:00
http2.go Initial connection 2017-10-04 11:12:23 -04:00
Makefile Initial connection 2017-10-04 11:12:23 -04:00
not_go16.go Initial connection 2017-10-04 11:12:23 -04:00
not_go17.go Initial connection 2017-10-04 11:12:23 -04:00
not_go18.go Initial connection 2017-10-04 11:12:23 -04:00
not_go19.go Initial connection 2017-10-04 11:12:23 -04:00
pipe.go Initial connection 2017-10-04 11:12:23 -04:00
README Initial connection 2017-10-04 11:12:23 -04:00
server.go Initial connection 2017-10-04 11:12:23 -04:00
transport.go Initial connection 2017-10-04 11:12:23 -04:00
write.go Initial connection 2017-10-04 11:12:23 -04:00
writesched.go Initial connection 2017-10-04 11:12:23 -04:00
writesched_priority.go Initial connection 2017-10-04 11:12:23 -04:00
writesched_random.go Initial connection 2017-10-04 11:12:23 -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:+