Tom Denham fbf578f0df vendor: Revendor with more sensible pinnings 8 anni fa
..
h2demo fbf578f0df vendor: Revendor with more sensible pinnings 8 anni fa
h2i fbf578f0df vendor: Revendor with more sensible pinnings 8 anni fa
hpack fbf578f0df vendor: Revendor with more sensible pinnings 8 anni fa
testdata 5a2db92663 Add glide.lock and update GCE dependencies 8 anni fa
.gitignore 5a2db92663 Add glide.lock and update GCE dependencies 8 anni fa
Dockerfile 5a2db92663 Add glide.lock and update GCE dependencies 8 anni fa
Makefile 5a2db92663 Add glide.lock and update GCE dependencies 8 anni fa
README 5a2db92663 Add glide.lock and update GCE dependencies 8 anni fa
client_conn_pool.go fbf578f0df vendor: Revendor with more sensible pinnings 8 anni fa
configure_transport.go fbf578f0df vendor: Revendor with more sensible pinnings 8 anni fa
errors.go fbf578f0df vendor: Revendor with more sensible pinnings 8 anni fa
errors_test.go 5a2db92663 Add glide.lock and update GCE dependencies 8 anni fa
fixed_buffer.go 5a2db92663 Add glide.lock and update GCE dependencies 8 anni fa
fixed_buffer_test.go 5a2db92663 Add glide.lock and update GCE dependencies 8 anni fa
flow.go 5a2db92663 Add glide.lock and update GCE dependencies 8 anni fa
flow_test.go 5a2db92663 Add glide.lock and update GCE dependencies 8 anni fa
frame.go fbf578f0df vendor: Revendor with more sensible pinnings 8 anni fa
frame_test.go fbf578f0df vendor: Revendor with more sensible pinnings 8 anni fa
go16.go fbf578f0df vendor: Revendor with more sensible pinnings 8 anni fa
go17.go fbf578f0df vendor: Revendor with more sensible pinnings 8 anni fa
go17_not18.go fbf578f0df vendor: Revendor with more sensible pinnings 8 anni fa
go18.go fbf578f0df vendor: Revendor with more sensible pinnings 8 anni fa
go18_test.go fbf578f0df vendor: Revendor with more sensible pinnings 8 anni fa
gotrack.go 5a2db92663 Add glide.lock and update GCE dependencies 8 anni fa
gotrack_test.go 5a2db92663 Add glide.lock and update GCE dependencies 8 anni fa
headermap.go 5a2db92663 Add glide.lock and update GCE dependencies 8 anni fa
http2.go fbf578f0df vendor: Revendor with more sensible pinnings 8 anni fa
http2_test.go fbf578f0df vendor: Revendor with more sensible pinnings 8 anni fa
not_go16.go fbf578f0df vendor: Revendor with more sensible pinnings 8 anni fa
not_go17.go fbf578f0df vendor: Revendor with more sensible pinnings 8 anni fa
not_go18.go fbf578f0df vendor: Revendor with more sensible pinnings 8 anni fa
pipe.go fbf578f0df vendor: Revendor with more sensible pinnings 8 anni fa
pipe_test.go 5a2db92663 Add glide.lock and update GCE dependencies 8 anni fa
server.go fbf578f0df vendor: Revendor with more sensible pinnings 8 anni fa
server_push_test.go fbf578f0df vendor: Revendor with more sensible pinnings 8 anni fa
server_test.go fbf578f0df vendor: Revendor with more sensible pinnings 8 anni fa
transport.go fbf578f0df vendor: Revendor with more sensible pinnings 8 anni fa
transport_test.go fbf578f0df vendor: Revendor with more sensible pinnings 8 anni fa
write.go fbf578f0df vendor: Revendor with more sensible pinnings 8 anni fa
writesched.go fbf578f0df vendor: Revendor with more sensible pinnings 8 anni fa
writesched_priority.go fbf578f0df vendor: Revendor with more sensible pinnings 8 anni fa
writesched_priority_test.go fbf578f0df vendor: Revendor with more sensible pinnings 8 anni fa
writesched_random.go fbf578f0df vendor: Revendor with more sensible pinnings 8 anni fa
writesched_random_test.go fbf578f0df vendor: Revendor with more sensible pinnings 8 anni fa
writesched_test.go fbf578f0df vendor: Revendor with more sensible pinnings 8 anni fa
z_spec_test.go fbf578f0df vendor: Revendor with more sensible pinnings 8 anni fa

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