Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.

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