perkeep/vendor/golang.org/x/net/http2
mpl f6c9604b1c vendor: update http2
rev 6acef71eb69611914f7a30939ea9f6e194c78172

Context: Issue #686

Change-Id: I6f0ccb5c64e647aae2893450a952c2abb7cfe0a4
2016-03-01 15:36:15 +01:00
..
h2demo vendor: update http2 2016-03-01 15:36:15 +01:00
h2i vendor: update http2 2016-03-01 15:36:15 +01:00
hpack vendor: update http2 2016-03-01 15:36:15 +01:00
testdata vendor: update golang.org/x/net/http2 to 5d0a0f8cd48 2015-12-28 17:21:14 -08:00
.gitignore vendor: update golang.org/x/net/http2 to 5d0a0f8cd48 2015-12-28 17:21:14 -08:00
Dockerfile vendor: update http2 2015-11-08 11:52:24 +01:00
Makefile vendor: update http2 2015-11-08 11:52:24 +01:00
README vendor: update http2 2015-11-08 11:52:24 +01:00
client_conn_pool.go vendor: update http2 2016-03-01 15:36:15 +01:00
configure_transport.go vendor: update http2 2016-03-01 15:36:15 +01:00
errors.go vendor: update http2 2016-03-01 15:36:15 +01:00
errors_test.go vendor: update http2 2015-11-08 11:52:24 +01:00
fixed_buffer.go vendor: update http2 2015-11-08 11:52:24 +01:00
fixed_buffer_test.go vendor: update http2 2015-11-08 11:52:24 +01:00
flow.go vendor: update http2 2015-11-08 11:52:24 +01:00
flow_test.go vendor: update http2 2015-11-08 11:52:24 +01:00
frame.go vendor: update http2 2016-03-01 15:36:15 +01:00
frame_test.go vendor: update http2 2016-03-01 15:36:15 +01:00
go15.go vendor: update golang.org/x/net/http2 to 5d0a0f8cd48 2015-12-28 17:21:14 -08:00
gotrack.go vendor: update http2 2015-11-08 11:52:24 +01:00
gotrack_test.go vendor: update golang.org/x/net/http2 to 5d0a0f8cd48 2015-12-28 17:21:14 -08:00
headermap.go vendor: update golang.org/x/net/http2 to 5d0a0f8cd48 2015-12-28 17:21:14 -08:00
http2.go vendor: update http2 2016-03-01 15:36:15 +01:00
http2_test.go vendor: update golang.org/x/net/http2 to 5d0a0f8cd48 2015-12-28 17:21:14 -08:00
not_go15.go vendor: update golang.org/x/net/http2 to 5d0a0f8cd48 2015-12-28 17:21:14 -08:00
not_go16.go vendor: update http2 2016-03-01 15:36:15 +01:00
pipe.go vendor: update golang.org/x/net/http2 to 5d0a0f8cd48 2015-12-28 17:21:14 -08:00
pipe_test.go vendor: update golang.org/x/net/http2 to 5d0a0f8cd48 2015-12-28 17:21:14 -08:00
priority_test.go vendor: update http2 2015-11-08 11:52:24 +01:00
server.go vendor: update http2 2016-03-01 15:36:15 +01:00
server_test.go vendor: update http2 2016-03-01 15:36:15 +01:00
transport.go vendor: update http2 2016-03-01 15:36:15 +01:00
transport_test.go vendor: update http2 2016-03-01 15:36:15 +01:00
write.go vendor: update http2 2016-03-01 15:36:15 +01:00
writesched.go vendor: update http2 2015-11-08 11:52:24 +01:00
z_spec_test.go vendor: update http2 2015-11-08 11:52:24 +01: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:+