孙永军 7cb630cdfb first commit 1 жил өмнө
..
h2c 7cb630cdfb first commit 1 жил өмнө
h2demo 7cb630cdfb first commit 1 жил өмнө
h2i 7cb630cdfb first commit 1 жил өмнө
hpack 7cb630cdfb first commit 1 жил өмнө
testdata 7cb630cdfb first commit 1 жил өмнө
.gitignore 7cb630cdfb first commit 1 жил өмнө
Dockerfile 7cb630cdfb first commit 1 жил өмнө
Makefile 7cb630cdfb first commit 1 жил өмнө
README 7cb630cdfb first commit 1 жил өмнө
ciphers.go 7cb630cdfb first commit 1 жил өмнө
ciphers_test.go 7cb630cdfb first commit 1 жил өмнө
client_conn_pool.go 7cb630cdfb first commit 1 жил өмнө
configure_transport.go 7cb630cdfb first commit 1 жил өмнө
databuffer.go 7cb630cdfb first commit 1 жил өмнө
databuffer_test.go 7cb630cdfb first commit 1 жил өмнө
errors.go 7cb630cdfb first commit 1 жил өмнө
errors_test.go 7cb630cdfb first commit 1 жил өмнө
flow.go 7cb630cdfb first commit 1 жил өмнө
flow_test.go 7cb630cdfb first commit 1 жил өмнө
frame.go 7cb630cdfb first commit 1 жил өмнө
frame_test.go 7cb630cdfb first commit 1 жил өмнө
go111.go 7cb630cdfb first commit 1 жил өмнө
go16.go 7cb630cdfb first commit 1 жил өмнө
go17.go 7cb630cdfb first commit 1 жил өмнө
go17_not18.go 7cb630cdfb first commit 1 жил өмнө
go18.go 7cb630cdfb first commit 1 жил өмнө
go18_test.go 7cb630cdfb first commit 1 жил өмнө
go19.go 7cb630cdfb first commit 1 жил өмнө
go19_test.go 7cb630cdfb first commit 1 жил өмнө
gotrack.go 7cb630cdfb first commit 1 жил өмнө
gotrack_test.go 7cb630cdfb first commit 1 жил өмнө
headermap.go 7cb630cdfb first commit 1 жил өмнө
http2.go 7cb630cdfb first commit 1 жил өмнө
http2_test.go 7cb630cdfb first commit 1 жил өмнө
not_go111.go 7cb630cdfb first commit 1 жил өмнө
not_go16.go 7cb630cdfb first commit 1 жил өмнө
not_go17.go 7cb630cdfb first commit 1 жил өмнө
not_go18.go 7cb630cdfb first commit 1 жил өмнө
not_go19.go 7cb630cdfb first commit 1 жил өмнө
pipe.go 7cb630cdfb first commit 1 жил өмнө
pipe_test.go 7cb630cdfb first commit 1 жил өмнө
server.go 7cb630cdfb first commit 1 жил өмнө
server_push_test.go 7cb630cdfb first commit 1 жил өмнө
server_test.go 7cb630cdfb first commit 1 жил өмнө
transport.go 7cb630cdfb first commit 1 жил өмнө
transport_test.go 7cb630cdfb first commit 1 жил өмнө
write.go 7cb630cdfb first commit 1 жил өмнө
writesched.go 7cb630cdfb first commit 1 жил өмнө
writesched_priority.go 7cb630cdfb first commit 1 жил өмнө
writesched_priority_test.go 7cb630cdfb first commit 1 жил өмнө
writesched_random.go 7cb630cdfb first commit 1 жил өмнө
writesched_random_test.go 7cb630cdfb first commit 1 жил өмнө
writesched_test.go 7cb630cdfb first commit 1 жил өмнө
z_spec_test.go 7cb630cdfb first commit 1 жил өмнө

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