1
0
mirror of https://github.com/rclone/rclone.git synced 2025-01-29 21:04:23 +02:00
2019-02-10 20:55:16 +00:00
..
2019-02-10 20:55:16 +00:00
2016-11-19 10:05:20 +00:00
2018-03-19 15:51:38 +00:00
2016-11-19 10:05:20 +00:00
2017-07-23 08:51:42 +01:00
2018-11-26 14:10:33 +00:00
2018-11-26 14:10:33 +00:00
2016-11-19 10:05:20 +00:00
2016-11-19 10:05:20 +00:00
2017-07-23 08:51:42 +01:00
2016-11-19 10:05:20 +00:00
2019-02-10 20:55:16 +00:00
2019-02-10 20:55:16 +00:00
2018-11-26 14:10:33 +00:00
2017-01-02 16:12:05 +00: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:+