pkg/vendor/golang.org/x/net/http2
Markus Thömmes ea766de6bd
Bump assorted dependencies (#2130)
2021-05-25 07:27:38 -07:00
..
h2c Bump assorted dependencies (#2086) 2021-04-07 09:09:49 -07:00
hpack Back to tracking master branch of floating deps (#1468) 2020-07-07 12:03:44 -07:00
.gitignore Switch to Go modules (#1179) 2020-04-28 12:43:51 -07:00
Dockerfile Bump assorted dependencies (#2096) 2021-04-19 09:00:01 -07:00
Makefile Switch to Go modules (#1179) 2020-04-28 12:43:51 -07:00
README Switch to Go modules (#1179) 2020-04-28 12:43:51 -07:00
ascii.go Bump assorted dependencies (#2130) 2021-05-25 07:27:38 -07:00
ciphers.go Add stackdriver exporter support in pkg. (#126) 2018-10-24 15:23:31 -07:00
client_conn_pool.go Bump assorted dependencies (#2130) 2021-05-25 07:27:38 -07:00
databuffer.go Copy `pkg/configmap` over from `knative/serving`. (#11) 2018-07-25 14:56:29 -07:00
errors.go Copy `pkg/configmap` over from `knative/serving`. (#11) 2018-07-25 14:56:29 -07:00
flow.go Back to tracking master branch of floating deps (#1468) 2020-07-07 12:03:44 -07:00
frame.go Update opencensus to a newer version (#526) 2019-07-12 16:18:48 -07:00
go111.go Bump assorted dependencies (#2086) 2021-04-07 09:09:49 -07:00
go115.go Bump assorted dependencies (#2130) 2021-05-25 07:27:38 -07:00
gotrack.go Copy `pkg/configmap` over from `knative/serving`. (#11) 2018-07-25 14:56:29 -07:00
headermap.go Bump assorted dependencies (#2130) 2021-05-25 07:27:38 -07:00
http2.go Back to tracking master branch of floating deps (#1468) 2020-07-07 12:03:44 -07:00
not_go111.go Bump assorted dependencies (#2086) 2021-04-07 09:09:49 -07:00
not_go115.go Bump assorted dependencies (#2130) 2021-05-25 07:27:38 -07:00
pipe.go Switch to Go modules (#1179) 2020-04-28 12:43:51 -07:00
server.go Bump assorted dependencies (#2130) 2021-05-25 07:27:38 -07:00
transport.go Bump assorted dependencies (#2130) 2021-05-25 07:27:38 -07:00
write.go Bump assorted dependencies (#2130) 2021-05-25 07:27:38 -07:00
writesched.go Switch to Go modules (#1179) 2020-04-28 12:43:51 -07:00
writesched_priority.go Switch to Go modules (#1179) 2020-04-28 12:43:51 -07:00
writesched_random.go Switch to Go modules (#1179) 2020-04-28 12:43:51 -07: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:+