golang-github-bradfitz-http2-dev

Http/2 support for go
  https://github.com/bradfitz/http2
  0
  no reviews



This is a work-in-progress http/2 implementation for go.

it will eventually live in the go standard library and won't require any changes to your code to use. it will just be automatic.

status:

* the server support is pretty good. a few things are missing
but are being worked on.
* the client work has just started but shares a lot of code
is coming along much quicker.