Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

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