You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

README 626 B

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