Lucas Servén Marín 46f55c337b vendor: revendor 7 лет назад
..
hpack e989f0a25f init 7 лет назад
.gitignore e989f0a25f init 7 лет назад
Dockerfile e989f0a25f init 7 лет назад
Makefile e989f0a25f init 7 лет назад
README e989f0a25f init 7 лет назад
ciphers.go e989f0a25f init 7 лет назад
client_conn_pool.go e989f0a25f init 7 лет назад
databuffer.go e989f0a25f init 7 лет назад
errors.go e989f0a25f init 7 лет назад
flow.go e989f0a25f init 7 лет назад
frame.go 46f55c337b vendor: revendor 7 лет назад
go111.go e989f0a25f init 7 лет назад
gotrack.go e989f0a25f init 7 лет назад
headermap.go e989f0a25f init 7 лет назад
http2.go e989f0a25f init 7 лет назад
not_go111.go e989f0a25f init 7 лет назад
pipe.go e989f0a25f init 7 лет назад
server.go 46f55c337b vendor: revendor 7 лет назад
transport.go 46f55c337b vendor: revendor 7 лет назад
write.go e989f0a25f init 7 лет назад
writesched.go e989f0a25f init 7 лет назад
writesched_priority.go e989f0a25f init 7 лет назад
writesched_random.go e989f0a25f init 7 лет назад

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