khenaidoo | ac63710 | 2019-01-14 15:44:34 -0500 | [diff] [blame] | 1 | This is a work-in-progress HTTP/2 implementation for Go. |
| 2 | |
| 3 | It will eventually live in the Go standard library and won't require |
| 4 | any changes to your code to use. It will just be automatic. |
| 5 | |
| 6 | Status: |
| 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 | |
| 13 | Docs are at https://godoc.org/golang.org/x/net/http2 |
| 14 | |
| 15 | Demo test server at https://http2.golang.org/ |
| 16 | |
| 17 | Help & bug reports welcome! |
| 18 | |
| 19 | Contributing: https://golang.org/doc/contribute.html |
| 20 | Bugs: https://golang.org/issue/new?title=x/net/http2:+ |