dispatch/vendor/golang.org/x/net/http2
Ken-Håvard Lieng cd317761c5 Switch from Godep to go vendoring 2016-03-01 01:51:26 +01:00
..
h2demo Switch from Godep to go vendoring 2016-03-01 01:51:26 +01:00
h2i Switch from Godep to go vendoring 2016-03-01 01:51:26 +01:00
hpack Switch from Godep to go vendoring 2016-03-01 01:51:26 +01:00
testdata Switch from Godep to go vendoring 2016-03-01 01:51:26 +01:00
Dockerfile Switch from Godep to go vendoring 2016-03-01 01:51:26 +01:00
Makefile Switch from Godep to go vendoring 2016-03-01 01:51:26 +01:00
README Switch from Godep to go vendoring 2016-03-01 01:51:26 +01:00
client_conn_pool.go Switch from Godep to go vendoring 2016-03-01 01:51:26 +01:00
configure_transport.go Switch from Godep to go vendoring 2016-03-01 01:51:26 +01:00
errors.go Switch from Godep to go vendoring 2016-03-01 01:51:26 +01:00
errors_test.go Switch from Godep to go vendoring 2016-03-01 01:51:26 +01:00
fixed_buffer.go Switch from Godep to go vendoring 2016-03-01 01:51:26 +01:00
fixed_buffer_test.go Switch from Godep to go vendoring 2016-03-01 01:51:26 +01:00
flow.go Switch from Godep to go vendoring 2016-03-01 01:51:26 +01:00
flow_test.go Switch from Godep to go vendoring 2016-03-01 01:51:26 +01:00
frame.go Switch from Godep to go vendoring 2016-03-01 01:51:26 +01:00
frame_test.go Switch from Godep to go vendoring 2016-03-01 01:51:26 +01:00
go15.go Switch from Godep to go vendoring 2016-03-01 01:51:26 +01:00
gotrack.go Switch from Godep to go vendoring 2016-03-01 01:51:26 +01:00
gotrack_test.go Switch from Godep to go vendoring 2016-03-01 01:51:26 +01:00
headermap.go Switch from Godep to go vendoring 2016-03-01 01:51:26 +01:00
http2.go Switch from Godep to go vendoring 2016-03-01 01:51:26 +01:00
http2_test.go Switch from Godep to go vendoring 2016-03-01 01:51:26 +01:00
not_go15.go Switch from Godep to go vendoring 2016-03-01 01:51:26 +01:00
not_go16.go Switch from Godep to go vendoring 2016-03-01 01:51:26 +01:00
pipe.go Switch from Godep to go vendoring 2016-03-01 01:51:26 +01:00
pipe_test.go Switch from Godep to go vendoring 2016-03-01 01:51:26 +01:00
priority_test.go Switch from Godep to go vendoring 2016-03-01 01:51:26 +01:00
server.go Switch from Godep to go vendoring 2016-03-01 01:51:26 +01:00
server_test.go Switch from Godep to go vendoring 2016-03-01 01:51:26 +01:00
transport.go Switch from Godep to go vendoring 2016-03-01 01:51:26 +01:00
transport_test.go Switch from Godep to go vendoring 2016-03-01 01:51:26 +01:00
write.go Switch from Godep to go vendoring 2016-03-01 01:51:26 +01:00
writesched.go Switch from Godep to go vendoring 2016-03-01 01:51:26 +01:00
z_spec_test.go Switch from Godep to go vendoring 2016-03-01 01:51:26 +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:+