k3d/vendor/golang.org/x/net/http2
2021-09-07 08:57:05 +02:00
..
hpack runtimes/docker/getgatewayip: properly catch non-existent ipam config 2021-03-02 18:38:55 +01:00
.gitignore update modules 2019-09-25 13:08:55 +02:00
ascii.go update to go1.17 and update direct dependencies 2021-09-07 08:57:05 +02:00
ciphers.go update modules 2019-09-25 13:08:55 +02:00
client_conn_pool.go update to go1.17 and update direct dependencies 2021-09-07 08:57:05 +02:00
databuffer.go update modules 2019-09-25 13:08:55 +02:00
Dockerfile update to go1.17 and update direct dependencies 2021-09-07 08:57:05 +02:00
errors.go update modules 2019-09-25 13:08:55 +02:00
flow.go runtimes/docker/getgatewayip: properly catch non-existent ipam config 2021-03-02 18:38:55 +01:00
frame.go getKubeconfig: modify kubeconfig as an object 2020-04-16 11:42:57 +02:00
go111.go vendor update including kubernetes, docker, containerd, etc. 2021-03-04 15:34:25 +01:00
go115.go update to go1.17 and update direct dependencies 2021-09-07 08:57:05 +02:00
gotrack.go update modules 2019-09-25 13:08:55 +02:00
headermap.go update to go1.17 and update direct dependencies 2021-09-07 08:57:05 +02:00
http2.go runtimes/docker/getgatewayip: properly catch non-existent ipam config 2021-03-02 18:38:55 +01:00
Makefile update modules 2019-09-25 13:08:55 +02:00
not_go111.go vendor update including kubernetes, docker, containerd, etc. 2021-03-04 15:34:25 +01:00
not_go115.go update to go1.17 and update direct dependencies 2021-09-07 08:57:05 +02:00
pipe.go runtimes/docker/getgatewayip: properly catch non-existent ipam config 2021-03-02 18:38:55 +01:00
README update modules 2019-09-25 13:08:55 +02:00
server.go update to go1.17 and update direct dependencies 2021-09-07 08:57:05 +02:00
transport.go update to go1.17 and update direct dependencies 2021-09-07 08:57:05 +02:00
write.go update to go1.17 and update direct dependencies 2021-09-07 08:57:05 +02:00
writesched_priority.go runtimes/docker/getgatewayip: properly catch non-existent ipam config 2021-03-02 18:38:55 +01:00
writesched_random.go getKubeconfig: modify kubeconfig as an object 2020-04-16 11:42:57 +02:00
writesched.go update modules 2019-09-25 13:08:55 +02: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:+