buildkit/vendor/golang.org/x/net/http2
ktock fb7fe99311 Enable to use stargz snapshotter without spawning plugin process
Signed-off-by: ktock <ktokunaga.mail@gmail.com>
2020-09-03 14:13:26 +09:00
..
hpack Enable to use stargz snapshotter without spawning plugin process 2020-09-03 14:13:26 +09:00
.gitignore Migrate from vndr to go mod 2019-01-31 22:44:47 +00:00
Dockerfile Migrate from vndr to go mod 2019-01-31 22:44:47 +00:00
Makefile Migrate from vndr to go mod 2019-01-31 22:44:47 +00:00
README vendor: containerd 2017-05-26 10:20:14 -07:00
ciphers.go vendor: update net to go1.10 2018-04-30 18:05:55 -07:00
client_conn_pool.go Enable to use stargz snapshotter without spawning plugin process 2020-09-03 14:13:26 +09:00
databuffer.go vendor: update 2017-06-02 10:30:00 -07:00
errors.go vendor: update net to go1.10 2018-04-30 18:05:55 -07:00
flow.go Enable to use stargz snapshotter without spawning plugin process 2020-09-03 14:13:26 +09:00
frame.go bump google.golang.org/grpc v1.20.1 2019-05-12 15:20:02 +09:00
go111.go bump google.golang.org/grpc v1.20.1 2019-05-12 15:20:02 +09:00
gotrack.go vendor: containerd 2017-05-26 10:20:14 -07:00
headermap.go Migrate from vndr to go mod 2019-01-31 22:44:47 +00:00
http2.go Enable to use stargz snapshotter without spawning plugin process 2020-09-03 14:13:26 +09:00
not_go111.go bump google.golang.org/grpc v1.20.1 2019-05-12 15:20:02 +09:00
pipe.go vendor: update containerd (and various packages) 2020-02-28 10:24:10 +09:00
server.go Enable to use stargz snapshotter without spawning plugin process 2020-09-03 14:13:26 +09:00
transport.go Enable to use stargz snapshotter without spawning plugin process 2020-09-03 14:13:26 +09:00
write.go bump google.golang.org/grpc v1.20.1 2019-05-12 15:20:02 +09:00
writesched.go vendor: update containerd (and various packages) 2020-02-28 10:24:10 +09:00
writesched_priority.go vendor: update containerd (and various packages) 2020-02-28 10:24:10 +09:00
writesched_random.go vendor: update containerd (and various packages) 2020-02-28 10:24:10 +09:00

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