1
0
Fork 0
forked from barak/tarpoon
tarpoon/vendor/golang.org/x/net/http2
2016-12-03 22:43:32 -08:00
..
h2demo Add glide.yaml and vendor deps 2016-12-03 22:43:32 -08:00
h2i Add glide.yaml and vendor deps 2016-12-03 22:43:32 -08:00
hpack Add glide.yaml and vendor deps 2016-12-03 22:43:32 -08:00
testdata Add glide.yaml and vendor deps 2016-12-03 22:43:32 -08:00
.gitignore Add glide.yaml and vendor deps 2016-12-03 22:43:32 -08:00
client_conn_pool.go Add glide.yaml and vendor deps 2016-12-03 22:43:32 -08:00
configure_transport.go Add glide.yaml and vendor deps 2016-12-03 22:43:32 -08:00
Dockerfile Add glide.yaml and vendor deps 2016-12-03 22:43:32 -08:00
errors.go Add glide.yaml and vendor deps 2016-12-03 22:43:32 -08:00
errors_test.go Add glide.yaml and vendor deps 2016-12-03 22:43:32 -08:00
fixed_buffer.go Add glide.yaml and vendor deps 2016-12-03 22:43:32 -08:00
fixed_buffer_test.go Add glide.yaml and vendor deps 2016-12-03 22:43:32 -08:00
flow.go Add glide.yaml and vendor deps 2016-12-03 22:43:32 -08:00
flow_test.go Add glide.yaml and vendor deps 2016-12-03 22:43:32 -08:00
frame.go Add glide.yaml and vendor deps 2016-12-03 22:43:32 -08:00
frame_test.go Add glide.yaml and vendor deps 2016-12-03 22:43:32 -08:00
go15.go Add glide.yaml and vendor deps 2016-12-03 22:43:32 -08:00
gotrack.go Add glide.yaml and vendor deps 2016-12-03 22:43:32 -08:00
gotrack_test.go Add glide.yaml and vendor deps 2016-12-03 22:43:32 -08:00
headermap.go Add glide.yaml and vendor deps 2016-12-03 22:43:32 -08:00
http2.go Add glide.yaml and vendor deps 2016-12-03 22:43:32 -08:00
http2_test.go Add glide.yaml and vendor deps 2016-12-03 22:43:32 -08:00
Makefile Add glide.yaml and vendor deps 2016-12-03 22:43:32 -08:00
not_go15.go Add glide.yaml and vendor deps 2016-12-03 22:43:32 -08:00
not_go16.go Add glide.yaml and vendor deps 2016-12-03 22:43:32 -08:00
pipe.go Add glide.yaml and vendor deps 2016-12-03 22:43:32 -08:00
pipe_test.go Add glide.yaml and vendor deps 2016-12-03 22:43:32 -08:00
priority_test.go Add glide.yaml and vendor deps 2016-12-03 22:43:32 -08:00
README Add glide.yaml and vendor deps 2016-12-03 22:43:32 -08:00
server.go Add glide.yaml and vendor deps 2016-12-03 22:43:32 -08:00
server_test.go Add glide.yaml and vendor deps 2016-12-03 22:43:32 -08:00
transport.go Add glide.yaml and vendor deps 2016-12-03 22:43:32 -08:00
transport_test.go Add glide.yaml and vendor deps 2016-12-03 22:43:32 -08:00
write.go Add glide.yaml and vendor deps 2016-12-03 22:43:32 -08:00
writesched.go Add glide.yaml and vendor deps 2016-12-03 22:43:32 -08:00
z_spec_test.go Add glide.yaml and vendor deps 2016-12-03 22:43:32 -08: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/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:+