distribution/vendor/github.com/bradfitz/http2
Olivier Gambier 53e3c1d7b2 Fix godeps
Signed-off-by: Olivier Gambier <olivier@docker.com>
2016-03-22 10:45:50 -07:00
..
hpack Fix godeps 2016-03-22 10:45:50 -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
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
flow.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
gotrack.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
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
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
transport.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

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.