distribution/vendor/github.com/bradfitz/http2
Olivier Gambier 77e69b9cf3 Move to vendor
Signed-off-by: Olivier Gambier <olivier@docker.com>
2016-03-22 10:45:49 -07:00
..
h2demo Move to vendor 2016-03-22 10:45:49 -07:00
h2i Move to vendor 2016-03-22 10:45:49 -07:00
hpack Move to vendor 2016-03-22 10:45:49 -07:00
testdata Move to vendor 2016-03-22 10:45:49 -07:00
.gitignore Move to vendor 2016-03-22 10:45:49 -07:00
AUTHORS Move to vendor 2016-03-22 10:45:49 -07:00
buffer.go Move to vendor 2016-03-22 10:45:49 -07:00
buffer_test.go Move to vendor 2016-03-22 10:45:49 -07:00
CONTRIBUTORS Move to vendor 2016-03-22 10:45:49 -07:00
Dockerfile Move to vendor 2016-03-22 10:45:49 -07:00
errors.go Move to vendor 2016-03-22 10:45:49 -07:00
errors_test.go Move to vendor 2016-03-22 10:45:49 -07:00
flow.go Move to vendor 2016-03-22 10:45:49 -07:00
flow_test.go Move to vendor 2016-03-22 10:45:49 -07:00
frame.go Move to vendor 2016-03-22 10:45:49 -07:00
frame_test.go Move to vendor 2016-03-22 10:45:49 -07:00
gotrack.go Move to vendor 2016-03-22 10:45:49 -07:00
gotrack_test.go Move to vendor 2016-03-22 10:45:49 -07:00
HACKING Move to vendor 2016-03-22 10:45:49 -07:00
headermap.go Move to vendor 2016-03-22 10:45:49 -07:00
http2.go Move to vendor 2016-03-22 10:45:49 -07:00
http2_test.go Move to vendor 2016-03-22 10:45:49 -07:00
LICENSE Move to vendor 2016-03-22 10:45:49 -07:00
Makefile Move to vendor 2016-03-22 10:45:49 -07:00
pipe.go Move to vendor 2016-03-22 10:45:49 -07:00
pipe_test.go Move to vendor 2016-03-22 10:45:49 -07:00
priority_test.go Move to vendor 2016-03-22 10:45:49 -07:00
README Move to vendor 2016-03-22 10:45:49 -07:00
server.go Move to vendor 2016-03-22 10:45:49 -07:00
server_test.go Move to vendor 2016-03-22 10:45:49 -07:00
transport.go Move to vendor 2016-03-22 10:45:49 -07:00
transport_test.go Move to vendor 2016-03-22 10:45:49 -07:00
write.go Move to vendor 2016-03-22 10:45:49 -07:00
writesched.go Move to vendor 2016-03-22 10:45:49 -07:00
z_spec_test.go Move to vendor 2016-03-22 10:45:49 -07: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/github.com/bradfitz/http2

Demo test server at https://http2.golang.org/

Help & bug reports welcome.