Luther Monson e951cf7424 client-go version bump 4 anni fa
..
hpack 94b1e032bb vendor 4 anni fa
.gitignore 5dc1ff6e0f switch to go modules 4 anni fa
Dockerfile 5dc1ff6e0f switch to go modules 4 anni fa
Makefile 5dc1ff6e0f switch to go modules 4 anni fa
README 5dc1ff6e0f switch to go modules 4 anni fa
ciphers.go 5dc1ff6e0f switch to go modules 4 anni fa
client_conn_pool.go 94b1e032bb vendor 4 anni fa
databuffer.go 5dc1ff6e0f switch to go modules 4 anni fa
errors.go 5dc1ff6e0f switch to go modules 4 anni fa
flow.go 94b1e032bb vendor 4 anni fa
frame.go 5dc1ff6e0f switch to go modules 4 anni fa
go111.go 5dc1ff6e0f switch to go modules 4 anni fa
gotrack.go 5a2db92663 Add glide.lock and update GCE dependencies 8 anni fa
headermap.go 5dc1ff6e0f switch to go modules 4 anni fa
http2.go 94b1e032bb vendor 4 anni fa
not_go111.go 5dc1ff6e0f switch to go modules 4 anni fa
pipe.go 94b1e032bb vendor 4 anni fa
server.go e951cf7424 client-go version bump 4 anni fa
transport.go e951cf7424 client-go version bump 4 anni fa
write.go 5dc1ff6e0f switch to go modules 4 anni fa
writesched.go 94b1e032bb vendor 4 anni fa
writesched_priority.go 94b1e032bb vendor 4 anni fa
writesched_random.go 94b1e032bb vendor 4 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:+