Tom Denham 5a2db92663 Add glide.lock and update GCE dependencies пре 8 година
..
h2demo 5a2db92663 Add glide.lock and update GCE dependencies пре 8 година
h2i 5a2db92663 Add glide.lock and update GCE dependencies пре 8 година
hpack 5a2db92663 Add glide.lock and update GCE dependencies пре 8 година
testdata 5a2db92663 Add glide.lock and update GCE dependencies пре 8 година
.gitignore 5a2db92663 Add glide.lock and update GCE dependencies пре 8 година
Dockerfile 5a2db92663 Add glide.lock and update GCE dependencies пре 8 година
Makefile 5a2db92663 Add glide.lock and update GCE dependencies пре 8 година
README 5a2db92663 Add glide.lock and update GCE dependencies пре 8 година
client_conn_pool.go 5a2db92663 Add glide.lock and update GCE dependencies пре 8 година
configure_transport.go 5a2db92663 Add glide.lock and update GCE dependencies пре 8 година
errors.go 5a2db92663 Add glide.lock and update GCE dependencies пре 8 година
errors_test.go 5a2db92663 Add glide.lock and update GCE dependencies пре 8 година
fixed_buffer.go 5a2db92663 Add glide.lock and update GCE dependencies пре 8 година
fixed_buffer_test.go 5a2db92663 Add glide.lock and update GCE dependencies пре 8 година
flow.go 5a2db92663 Add glide.lock and update GCE dependencies пре 8 година
flow_test.go 5a2db92663 Add glide.lock and update GCE dependencies пре 8 година
frame.go 5a2db92663 Add glide.lock and update GCE dependencies пре 8 година
frame_test.go 5a2db92663 Add glide.lock and update GCE dependencies пре 8 година
go15.go 5a2db92663 Add glide.lock and update GCE dependencies пре 8 година
gotrack.go 5a2db92663 Add glide.lock and update GCE dependencies пре 8 година
gotrack_test.go 5a2db92663 Add glide.lock and update GCE dependencies пре 8 година
headermap.go 5a2db92663 Add glide.lock and update GCE dependencies пре 8 година
http2.go 5a2db92663 Add glide.lock and update GCE dependencies пре 8 година
http2_test.go 5a2db92663 Add glide.lock and update GCE dependencies пре 8 година
not_go15.go 5a2db92663 Add glide.lock and update GCE dependencies пре 8 година
not_go16.go 5a2db92663 Add glide.lock and update GCE dependencies пре 8 година
pipe.go 5a2db92663 Add glide.lock and update GCE dependencies пре 8 година
pipe_test.go 5a2db92663 Add glide.lock and update GCE dependencies пре 8 година
priority_test.go 5a2db92663 Add glide.lock and update GCE dependencies пре 8 година
server.go 5a2db92663 Add glide.lock and update GCE dependencies пре 8 година
server_test.go 5a2db92663 Add glide.lock and update GCE dependencies пре 8 година
transport.go 5a2db92663 Add glide.lock and update GCE dependencies пре 8 година
transport_test.go 5a2db92663 Add glide.lock and update GCE dependencies пре 8 година
write.go 5a2db92663 Add glide.lock and update GCE dependencies пре 8 година
writesched.go 5a2db92663 Add glide.lock and update GCE dependencies пре 8 година
z_spec_test.go 5a2db92663 Add glide.lock and update GCE dependencies пре 8 година

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