blob: 360d5aa37905731ba08c31978556e8d571ee5478 [file] [log] [blame]
Don Newton98fd8812019-09-23 15:15:02 -04001This is a work-in-progress HTTP/2 implementation for Go.
2
3It will eventually live in the Go standard library and won't require
4any changes to your code to use. It will just be automatic.
5
6Status:
7
8* The server support is pretty good. A few things are missing
9 but are being worked on.
10* The client work has just started but shares a lot of code
11 is coming along much quicker.
12
13Docs are at https://godoc.org/golang.org/x/net/http2
14
15Demo test server at https://http2.golang.org/
16
17Help & bug reports welcome!
18
19Contributing: https://golang.org/doc/contribute.html
20Bugs: https://golang.org/issue/new?title=x/net/http2:+