Nick Craig-Wood 6427029c4e vendor: update all dependencies
* Update all dependencies
  * Remove all `[[constraint]]` from Gopkg.toml
  * Add in the minimum number of `[[override]]` to build
  * Remove go get of github.com/inconshreveable/mousetrap as it is vendored
  * Update docs with new policy on constraints
2018-05-05 15:52:24 +01:00
..
2018-03-19 15:51:38 +00:00
2018-03-19 15:51:38 +00:00
2016-11-19 10:05:20 +00:00
2018-03-19 15:51:38 +00:00
2017-02-17 16:49:51 +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
2016-11-19 10:05:20 +00:00
2016-11-19 10:05:20 +00:00
2017-07-23 08:51:42 +01:00
2017-07-23 08:51:42 +01:00
2016-11-19 10:05:20 +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
2016-11-19 10:05:20 +00:00
2017-07-23 08:51:42 +01:00
2017-07-23 08:51:42 +01:00
2017-07-23 08:51:42 +01:00
2017-07-23 08:51:42 +01:00
2016-11-19 10:05:20 +00:00
2018-05-05 15:52:24 +01:00
2018-05-05 15:52:24 +01:00
2018-05-05 15:52:24 +01: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:+