Tom Denham 5a2db92663 Add glide.lock and update GCE dependencies 8 năm trước cách đây
..
h2demo 5a2db92663 Add glide.lock and update GCE dependencies 8 năm trước cách đây
h2i 5a2db92663 Add glide.lock and update GCE dependencies 8 năm trước cách đây
hpack 5a2db92663 Add glide.lock and update GCE dependencies 8 năm trước cách đây
testdata 5a2db92663 Add glide.lock and update GCE dependencies 8 năm trước cách đây
.gitignore 5a2db92663 Add glide.lock and update GCE dependencies 8 năm trước cách đây
Dockerfile 5a2db92663 Add glide.lock and update GCE dependencies 8 năm trước cách đây
Makefile 5a2db92663 Add glide.lock and update GCE dependencies 8 năm trước cách đây
README 5a2db92663 Add glide.lock and update GCE dependencies 8 năm trước cách đây
client_conn_pool.go 5a2db92663 Add glide.lock and update GCE dependencies 8 năm trước cách đây
configure_transport.go 5a2db92663 Add glide.lock and update GCE dependencies 8 năm trước cách đây
errors.go 5a2db92663 Add glide.lock and update GCE dependencies 8 năm trước cách đây
errors_test.go 5a2db92663 Add glide.lock and update GCE dependencies 8 năm trước cách đây
fixed_buffer.go 5a2db92663 Add glide.lock and update GCE dependencies 8 năm trước cách đây
fixed_buffer_test.go 5a2db92663 Add glide.lock and update GCE dependencies 8 năm trước cách đây
flow.go 5a2db92663 Add glide.lock and update GCE dependencies 8 năm trước cách đây
flow_test.go 5a2db92663 Add glide.lock and update GCE dependencies 8 năm trước cách đây
frame.go 5a2db92663 Add glide.lock and update GCE dependencies 8 năm trước cách đây
frame_test.go 5a2db92663 Add glide.lock and update GCE dependencies 8 năm trước cách đây
go15.go 5a2db92663 Add glide.lock and update GCE dependencies 8 năm trước cách đây
gotrack.go 5a2db92663 Add glide.lock and update GCE dependencies 8 năm trước cách đây
gotrack_test.go 5a2db92663 Add glide.lock and update GCE dependencies 8 năm trước cách đây
headermap.go 5a2db92663 Add glide.lock and update GCE dependencies 8 năm trước cách đây
http2.go 5a2db92663 Add glide.lock and update GCE dependencies 8 năm trước cách đây
http2_test.go 5a2db92663 Add glide.lock and update GCE dependencies 8 năm trước cách đây
not_go15.go 5a2db92663 Add glide.lock and update GCE dependencies 8 năm trước cách đây
not_go16.go 5a2db92663 Add glide.lock and update GCE dependencies 8 năm trước cách đây
pipe.go 5a2db92663 Add glide.lock and update GCE dependencies 8 năm trước cách đây
pipe_test.go 5a2db92663 Add glide.lock and update GCE dependencies 8 năm trước cách đây
priority_test.go 5a2db92663 Add glide.lock and update GCE dependencies 8 năm trước cách đây
server.go 5a2db92663 Add glide.lock and update GCE dependencies 8 năm trước cách đây
server_test.go 5a2db92663 Add glide.lock and update GCE dependencies 8 năm trước cách đây
transport.go 5a2db92663 Add glide.lock and update GCE dependencies 8 năm trước cách đây
transport_test.go 5a2db92663 Add glide.lock and update GCE dependencies 8 năm trước cách đây
write.go 5a2db92663 Add glide.lock and update GCE dependencies 8 năm trước cách đây
writesched.go 5a2db92663 Add glide.lock and update GCE dependencies 8 năm trước cách đây
z_spec_test.go 5a2db92663 Add glide.lock and update GCE dependencies 8 năm trước cách đây

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