terraform-provider-google/vendor/golang.org/x/net/http2
2019-05-20 10:29:42 -07: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 Vendor 0.12 SDK (#3432) 2019-04-15 13:39:47 -07: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 Update to latest 0.12 sdk. (#3656) 2019-05-20 10:29:42 -07:00
transport.go Update to latest 0.12 sdk. (#3656) 2019-05-20 10:29:42 -07: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:+