您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

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