Carl Bergquist 68f5ddf18c replace dep with go modules (#16017) il y a 6 ans
..
hpack 68f5ddf18c replace dep with go modules (#16017) il y a 6 ans
.gitignore 68f5ddf18c replace dep with go modules (#16017) il y a 6 ans
Dockerfile 68f5ddf18c replace dep with go modules (#16017) il y a 6 ans
Makefile 68f5ddf18c replace dep with go modules (#16017) il y a 6 ans
README 68f5ddf18c replace dep with go modules (#16017) il y a 6 ans
ciphers.go 80d694d205 Backend image rendering as plugin (#11966) il y a 7 ans
client_conn_pool.go 68f5ddf18c replace dep with go modules (#16017) il y a 6 ans
databuffer.go 0f6c470e03 add go-plugin deps to vendor il y a 8 ans
errors.go 0f6c470e03 add go-plugin deps to vendor il y a 8 ans
flow.go 68f5ddf18c replace dep with go modules (#16017) il y a 6 ans
frame.go 68f5ddf18c replace dep with go modules (#16017) il y a 6 ans
go111.go 68f5ddf18c replace dep with go modules (#16017) il y a 6 ans
gotrack.go 0f6c470e03 add go-plugin deps to vendor il y a 8 ans
headermap.go 68f5ddf18c replace dep with go modules (#16017) il y a 6 ans
http2.go 68f5ddf18c replace dep with go modules (#16017) il y a 6 ans
not_go111.go 68f5ddf18c replace dep with go modules (#16017) il y a 6 ans
pipe.go 0f6c470e03 add go-plugin deps to vendor il y a 8 ans
server.go 68f5ddf18c replace dep with go modules (#16017) il y a 6 ans
transport.go 68f5ddf18c replace dep with go modules (#16017) il y a 6 ans
write.go 68f5ddf18c replace dep with go modules (#16017) il y a 6 ans
writesched.go 0f6c470e03 add go-plugin deps to vendor il y a 8 ans
writesched_priority.go 0f6c470e03 add go-plugin deps to vendor il y a 8 ans
writesched_random.go 0f6c470e03 add go-plugin deps to vendor il y a 8 ans

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