csi-driver-nfs/vendor/golang.org/x/net/http2
andyzhangx f7a1b9aec1 chore: upgrade k8s dependencies 2021-01-02 00:46:27 +00:00
..
hpack Update vendor to k8s 1.19 and csi-lib-utils to 0.9.0 2020-11-30 18:23:47 -08:00
.gitignore Update vendor from go modules 2020-02-02 15:55:23 +01:00
Dockerfile Update vendor from go modules 2020-02-02 15:55:23 +01:00
Makefile Update vendor from go modules 2020-02-02 15:55:23 +01:00
README Update vendor from go modules 2020-02-02 15:55:23 +01:00
ciphers.go Add vendor dependencies 2019-02-07 14:49:15 +05:30
client_conn_pool.go Update vendor to k8s 1.19 and csi-lib-utils to 0.9.0 2020-11-30 18:23:47 -08:00
databuffer.go Add vendor dependencies 2019-02-07 14:49:15 +05:30
errors.go Add vendor dependencies 2019-02-07 14:49:15 +05:30
flow.go Update vendor to k8s 1.19 and csi-lib-utils to 0.9.0 2020-11-30 18:23:47 -08:00
frame.go update vendor files to kube 1.14 2019-04-23 15:42:44 -04:00
go111.go Add vendor dependencies 2019-02-07 14:49:15 +05:30
gotrack.go Add vendor dependencies 2019-02-07 14:49:15 +05:30
headermap.go Add vendor dependencies 2019-02-07 14:49:15 +05:30
http2.go Update vendor to k8s 1.19 and csi-lib-utils to 0.9.0 2020-11-30 18:23:47 -08:00
not_go111.go Add vendor dependencies 2019-02-07 14:49:15 +05:30
pipe.go Add DynamicallyProvisionedCmdVolumeTest 2020-11-11 20:47:25 +05:30
server.go chore: upgrade k8s dependencies 2021-01-02 00:46:27 +00:00
transport.go chore: upgrade k8s dependencies 2021-01-02 00:46:27 +00:00
write.go Add vendor dependencies 2019-02-07 14:49:15 +05:30
writesched.go Update k8s.io/kubernetes to use v1.18.0 2020-11-02 20:33:59 +05:30
writesched_priority.go Add DynamicallyProvisionedCmdVolumeTest 2020-11-11 20:47:25 +05:30
writesched_random.go Update k8s.io/kubernetes to use v1.18.0 2020-11-02 20:33:59 +05:30

README

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:+