Tom Denham 5a2db92663 Add glide.lock and update GCE dependencies il y a 8 ans
..
h2demo 5a2db92663 Add glide.lock and update GCE dependencies il y a 8 ans
h2i 5a2db92663 Add glide.lock and update GCE dependencies il y a 8 ans
hpack 5a2db92663 Add glide.lock and update GCE dependencies il y a 8 ans
testdata 5a2db92663 Add glide.lock and update GCE dependencies il y a 8 ans
.gitignore 5a2db92663 Add glide.lock and update GCE dependencies il y a 8 ans
Dockerfile 5a2db92663 Add glide.lock and update GCE dependencies il y a 8 ans
Makefile 5a2db92663 Add glide.lock and update GCE dependencies il y a 8 ans
README 5a2db92663 Add glide.lock and update GCE dependencies il y a 8 ans
client_conn_pool.go 5a2db92663 Add glide.lock and update GCE dependencies il y a 8 ans
configure_transport.go 5a2db92663 Add glide.lock and update GCE dependencies il y a 8 ans
errors.go 5a2db92663 Add glide.lock and update GCE dependencies il y a 8 ans
errors_test.go 5a2db92663 Add glide.lock and update GCE dependencies il y a 8 ans
fixed_buffer.go 5a2db92663 Add glide.lock and update GCE dependencies il y a 8 ans
fixed_buffer_test.go 5a2db92663 Add glide.lock and update GCE dependencies il y a 8 ans
flow.go 5a2db92663 Add glide.lock and update GCE dependencies il y a 8 ans
flow_test.go 5a2db92663 Add glide.lock and update GCE dependencies il y a 8 ans
frame.go 5a2db92663 Add glide.lock and update GCE dependencies il y a 8 ans
frame_test.go 5a2db92663 Add glide.lock and update GCE dependencies il y a 8 ans
go15.go 5a2db92663 Add glide.lock and update GCE dependencies il y a 8 ans
gotrack.go 5a2db92663 Add glide.lock and update GCE dependencies il y a 8 ans
gotrack_test.go 5a2db92663 Add glide.lock and update GCE dependencies il y a 8 ans
headermap.go 5a2db92663 Add glide.lock and update GCE dependencies il y a 8 ans
http2.go 5a2db92663 Add glide.lock and update GCE dependencies il y a 8 ans
http2_test.go 5a2db92663 Add glide.lock and update GCE dependencies il y a 8 ans
not_go15.go 5a2db92663 Add glide.lock and update GCE dependencies il y a 8 ans
not_go16.go 5a2db92663 Add glide.lock and update GCE dependencies il y a 8 ans
pipe.go 5a2db92663 Add glide.lock and update GCE dependencies il y a 8 ans
pipe_test.go 5a2db92663 Add glide.lock and update GCE dependencies il y a 8 ans
priority_test.go 5a2db92663 Add glide.lock and update GCE dependencies il y a 8 ans
server.go 5a2db92663 Add glide.lock and update GCE dependencies il y a 8 ans
server_test.go 5a2db92663 Add glide.lock and update GCE dependencies il y a 8 ans
transport.go 5a2db92663 Add glide.lock and update GCE dependencies il y a 8 ans
transport_test.go 5a2db92663 Add glide.lock and update GCE dependencies il y a 8 ans
write.go 5a2db92663 Add glide.lock and update GCE dependencies il y a 8 ans
writesched.go 5a2db92663 Add glide.lock and update GCE dependencies il y a 8 ans
z_spec_test.go 5a2db92663 Add glide.lock and update GCE dependencies il y a 8 ans

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