README 486 B

12345678910111213141516
  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 hasn't yet begun, but will share a lot of code.
  8. Docs are at https://godoc.org/github.com/bradfitz/http2
  9. Demo test server at https://http2.golang.org/
  10. Help & bug reports welcome.