terraform-provider-google/vendor/golang.org/x/net/http2
Paddy 961c878e0d Switch to using Go modules. (#2679)
Switch to using Go modules.

This migrates our vendor.json to use Go 1.11's modules system, and
replaces the vendor folder with the output of go mod vendor.

The vendored code should remain basically the same; I believe some
tree shaking of packages and support scripts/licenses/READMEs/etc.
happened.

This also fixes Travis and our Makefile to no longer use govendor.
2018-12-20 17:22:22 -08:00
..
hpack Switch to using Go modules. (#2679) 2018-12-20 17:22:22 -08:00
.gitignore Switch to using Go modules. (#2679) 2018-12-20 17:22:22 -08:00
ciphers.go Update vendored deps (#1967) 2018-09-18 12:50:17 -07:00
client_conn_pool.go Update vendored deps (#1967) 2018-09-18 12:50:17 -07:00
databuffer.go Vendor dependencies for Bigtable client. 2017-06-09 17:23:19 -07:00
Dockerfile Transfer of provider code 2017-06-09 16:51:19 +00:00
errors.go Update vendored deps (#1967) 2018-09-18 12:50:17 -07:00
flow.go Update vendored deps (#1967) 2018-09-18 12:50:17 -07:00
frame.go Switch to using Go modules. (#2679) 2018-12-20 17:22:22 -08:00
go111.go Switch to using Go modules. (#2679) 2018-12-20 17:22:22 -08:00
gotrack.go Transfer of provider code 2017-06-09 16:51:19 +00:00
headermap.go Update vendored deps (#1967) 2018-09-18 12:50:17 -07:00
http2.go Update vendored deps (#1967) 2018-09-18 12:50:17 -07:00
Makefile Transfer of provider code 2017-06-09 16:51:19 +00:00
not_go111.go Switch to using Go modules. (#2679) 2018-12-20 17:22:22 -08:00
pipe.go Vendor dependencies for Bigtable client. 2017-06-09 17:23:19 -07:00
README Transfer of provider code 2017-06-09 16:51:19 +00:00
server.go Switch to using Go modules. (#2679) 2018-12-20 17:22:22 -08:00
transport.go Switch to using Go modules. (#2679) 2018-12-20 17:22:22 -08:00
write.go Switch to using Go modules. (#2679) 2018-12-20 17:22:22 -08:00
writesched_priority.go Vendor dependencies for Bigtable client. 2017-06-09 17:23:19 -07:00
writesched_random.go Transfer of provider code 2017-06-09 16:51:19 +00:00
writesched.go Transfer of provider code 2017-06-09 16:51:19 +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:+