docs/vendor/golang.org/x/net/http2
Ying Li 51dc1747e4 Move the godeps workspace to the vendor directory to be compliant with Go 1.6
Signed-off-by: Ying Li <ying.li@docker.com>
2016-03-08 11:28:04 -08:00
..
h2demo Move the godeps workspace to the vendor directory to be compliant with Go 1.6 2016-03-08 11:28:04 -08:00
h2i Move the godeps workspace to the vendor directory to be compliant with Go 1.6 2016-03-08 11:28:04 -08:00
hpack Move the godeps workspace to the vendor directory to be compliant with Go 1.6 2016-03-08 11:28:04 -08:00
.gitignore Move the godeps workspace to the vendor directory to be compliant with Go 1.6 2016-03-08 11:28:04 -08:00
Dockerfile Move the godeps workspace to the vendor directory to be compliant with Go 1.6 2016-03-08 11:28:04 -08:00
Makefile Move the godeps workspace to the vendor directory to be compliant with Go 1.6 2016-03-08 11:28:04 -08:00
README Move the godeps workspace to the vendor directory to be compliant with Go 1.6 2016-03-08 11:28:04 -08:00
buffer.go Move the godeps workspace to the vendor directory to be compliant with Go 1.6 2016-03-08 11:28:04 -08:00
errors.go Move the godeps workspace to the vendor directory to be compliant with Go 1.6 2016-03-08 11:28:04 -08:00
flow.go Move the godeps workspace to the vendor directory to be compliant with Go 1.6 2016-03-08 11:28:04 -08:00
frame.go Move the godeps workspace to the vendor directory to be compliant with Go 1.6 2016-03-08 11:28:04 -08:00
gotrack.go Move the godeps workspace to the vendor directory to be compliant with Go 1.6 2016-03-08 11:28:04 -08:00
headermap.go Move the godeps workspace to the vendor directory to be compliant with Go 1.6 2016-03-08 11:28:04 -08:00
http2.go Move the godeps workspace to the vendor directory to be compliant with Go 1.6 2016-03-08 11:28:04 -08:00
pipe.go Move the godeps workspace to the vendor directory to be compliant with Go 1.6 2016-03-08 11:28:04 -08:00
server.go Move the godeps workspace to the vendor directory to be compliant with Go 1.6 2016-03-08 11:28:04 -08:00
transport.go Move the godeps workspace to the vendor directory to be compliant with Go 1.6 2016-03-08 11:28:04 -08:00
write.go Move the godeps workspace to the vendor directory to be compliant with Go 1.6 2016-03-08 11:28:04 -08:00
writesched.go Move the godeps workspace to the vendor directory to be compliant with Go 1.6 2016-03-08 11:28:04 -08:00

README

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:+