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

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