2018-11-20 13:29:13 -08:00
..
2018-10-03 09:55:26 -07:00
2018-01-26 18:51:00 -05:00
2018-07-11 16:04:02 -04:00
2016-08-15 09:42:42 -04:00
2017-06-16 11:14:18 -04:00
2018-07-06 12:09:34 -04:00
2016-08-15 09:42:42 -04:00
2018-10-03 09:55:26 -07:00
2018-10-03 09:55:26 -07:00
2016-08-15 09:42:42 -04:00
2017-06-05 10:51:53 -04:00
2016-08-15 09:42:42 -04:00
2017-05-24 09:40:58 -04:00
2016-11-02 15:34:30 -04:00
2017-01-04 16:47:38 -05:00

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.

Docs are at https://godoc.org/golang.org/x/net/http2

Demo test server at https://http2.golang.org/

Help & bug reports welcome!

Contributing: https://golang.org/doc/contribute.html
Bugs:         https://golang.org/issue/new?title=x/net/http2:+