Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

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