docs/vendor/golang.org/x/net/http2
knative-automation ebbf6c7f18
upgrade to latest dependencies (#3105)
Signed-off-by: Knative Automation <automation@knative.team>
2021-01-04 07:41:31 -08:00
..
hpack Fix the go mod vendor path for knative test-infra (#2785) 2020-08-28 10:37:07 -07:00
.gitignore Switch from dep to go mod (#2718) 2020-08-26 13:58:06 -07:00
Dockerfile Switch from dep to go mod (#2718) 2020-08-26 13:58:06 -07:00
Makefile Switch from dep to go mod (#2718) 2020-08-26 13:58:06 -07:00
README Switch from dep to go mod (#2718) 2020-08-26 13:58:06 -07:00
ciphers.go Add real build/unit presubmit tests (#734) 2019-01-10 14:23:42 -08:00
client_conn_pool.go Fix the go mod vendor path for knative test-infra (#2785) 2020-08-28 10:37:07 -07:00
databuffer.go Add real build/unit presubmit tests (#734) 2019-01-10 14:23:42 -08:00
errors.go Add real build/unit presubmit tests (#734) 2019-01-10 14:23:42 -08:00
flow.go Fix the go mod vendor path for knative test-infra (#2785) 2020-08-28 10:37:07 -07:00
frame.go Switch from dep to go mod (#2718) 2020-08-26 13:58:06 -07:00
go111.go Switch from dep to go mod (#2718) 2020-08-26 13:58:06 -07:00
gotrack.go Add real build/unit presubmit tests (#734) 2019-01-10 14:23:42 -08:00
headermap.go Switch from dep to go mod (#2718) 2020-08-26 13:58:06 -07:00
http2.go Fix the go mod vendor path for knative test-infra (#2785) 2020-08-28 10:37:07 -07:00
not_go111.go Switch from dep to go mod (#2718) 2020-08-26 13:58:06 -07:00
pipe.go Switch from dep to go mod (#2718) 2020-08-26 13:58:06 -07:00
server.go upgrade to latest dependencies (#3105) 2021-01-04 07:41:31 -08:00
transport.go upgrade to latest dependencies (#3105) 2021-01-04 07:41:31 -08:00
write.go Switch from dep to go mod (#2718) 2020-08-26 13:58:06 -07:00
writesched.go Switch from dep to go mod (#2718) 2020-08-26 13:58:06 -07:00
writesched_priority.go Switch from dep to go mod (#2718) 2020-08-26 13:58:06 -07:00
writesched_random.go Switch from dep to go mod (#2718) 2020-08-26 13:58:06 -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:+