VictoriaMetrics/vendor/golang.org/x/net/http2
2021-06-24 17:28:37 +03:00
..
hpack make vendor-update 2020-05-05 00:53:41 +03:00
.gitignore app/{vmbackup,vmrestore}: add vmbackup and vmrestore tools for creating backups on s3 or gcs from instant snapshots 2019-11-07 21:26:43 +02:00
ascii.go vendor: make vendor-update 2021-06-24 17:28:37 +03:00
ciphers.go app/{vmbackup,vmrestore}: add vmbackup and vmrestore tools for creating backups on s3 or gcs from instant snapshots 2019-11-07 21:26:43 +02:00
client_conn_pool.go vendor: make vendor-update 2021-05-08 22:50:37 +03:00
databuffer.go app/{vmbackup,vmrestore}: add vmbackup and vmrestore tools for creating backups on s3 or gcs from instant snapshots 2019-11-07 21:26:43 +02:00
Dockerfile vendor: make vendor-update 2021-04-24 01:36:30 +03:00
errors.go app/{vmbackup,vmrestore}: add vmbackup and vmrestore tools for creating backups on s3 or gcs from instant snapshots 2019-11-07 21:26:43 +02:00
flow.go make vendor-update 2020-05-05 00:53:41 +03:00
frame.go app/{vmbackup,vmrestore}: add vmbackup and vmrestore tools for creating backups on s3 or gcs from instant snapshots 2019-11-07 21:26:43 +02:00
go111.go vendor: make vendor-update 2021-02-28 14:51:57 +02:00
go115.go vendor: make vendor-update 2021-05-08 22:50:37 +03:00
gotrack.go app/{vmbackup,vmrestore}: add vmbackup and vmrestore tools for creating backups on s3 or gcs from instant snapshots 2019-11-07 21:26:43 +02:00
headermap.go vendor: make vendor-update 2021-05-17 01:51:55 +03:00
http2.go make vendor-update 2020-05-05 00:53:41 +03:00
Makefile app/{vmbackup,vmrestore}: add vmbackup and vmrestore tools for creating backups on s3 or gcs from instant snapshots 2019-11-07 21:26:43 +02:00
not_go111.go vendor: make vendor-update 2021-02-28 14:51:57 +02:00
not_go115.go vendor: make vendor-update 2021-05-08 22:50:37 +03:00
pipe.go app/{vmbackup,vmrestore}: add vmbackup and vmrestore tools for creating backups on s3 or gcs from instant snapshots 2019-11-07 21:26:43 +02:00
README app/{vmbackup,vmrestore}: add vmbackup and vmrestore tools for creating backups on s3 or gcs from instant snapshots 2019-11-07 21:26:43 +02:00
server.go vendor: make vendor-update 2021-06-24 17:28:37 +03:00
transport.go vendor: make vendor-update 2021-06-24 17:28:37 +03:00
write.go vendor: make vendor-update 2021-05-17 01:51:55 +03:00
writesched.go app/{vmbackup,vmrestore}: add vmbackup and vmrestore tools for creating backups on s3 or gcs from instant snapshots 2019-11-07 21:26:43 +02:00
writesched_priority.go app/{vmbackup,vmrestore}: add vmbackup and vmrestore tools for creating backups on s3 or gcs from instant snapshots 2019-11-07 21:26:43 +02:00
writesched_random.go app/{vmbackup,vmrestore}: add vmbackup and vmrestore tools for creating backups on s3 or gcs from instant snapshots 2019-11-07 21:26:43 +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:+