caching/vendor/golang.org/x/net/http2
knative-automation 0c47112c29
upgrade to latest dependencies (#473)
bumping knative.dev/pkg e2947db...ea766de:
  > ea766de Bump assorted dependencies (# 2130)
bumping github.com/google/go-cmp 8fa37b4...d103655:
  > d103655 Print as text if mostly text (# 258)
  > 9181d1e Avoid diffing by lines if inefficient (# 260)
  > c5c3378 Cleanup edit groups after coalescing (# 259)
  > 1ee4af8 Fix typo in path.go (# 256)

Signed-off-by: Knative Automation <automation@knative.team>
2021-05-26 05:58:27 -07:00
..
h2c upgrade to latest dependencies (#449) 2021-04-08 06:20:50 -07:00
hpack Track floating deps @ master again (#284) 2020-07-07 13:03:44 -07:00
.gitignore Migrate caching to go mod (#258) 2020-04-27 14:35:51 -07:00
Dockerfile upgrade to latest dependencies (#456) 2021-04-19 22:24:35 -07:00
Makefile Migrate caching to go mod (#258) 2020-04-27 14:35:51 -07:00
README Migrate caching to go mod (#258) 2020-04-27 14:35:51 -07:00
ascii.go upgrade to latest dependencies (#473) 2021-05-26 05:58:27 -07:00
ciphers.go Add the initial caching type definitions. (#5) 2018-09-07 09:56:33 -07:00
client_conn_pool.go upgrade to latest dependencies (#473) 2021-05-26 05:58:27 -07:00
databuffer.go Add the initial caching type definitions. (#5) 2018-09-07 09:56:33 -07:00
errors.go Add the initial caching type definitions. (#5) 2018-09-07 09:56:33 -07:00
flow.go Track floating deps @ master again (#284) 2020-07-07 13:03:44 -07:00
frame.go Migrate caching to go mod (#258) 2020-04-27 14:35:51 -07:00
go111.go upgrade to latest dependencies (#449) 2021-04-08 06:20:50 -07:00
go115.go upgrade to latest dependencies (#473) 2021-05-26 05:58:27 -07:00
gotrack.go Add the initial caching type definitions. (#5) 2018-09-07 09:56:33 -07:00
headermap.go upgrade to latest dependencies (#473) 2021-05-26 05:58:27 -07:00
http2.go Track floating deps @ master again (#284) 2020-07-07 13:03:44 -07:00
not_go111.go upgrade to latest dependencies (#449) 2021-04-08 06:20:50 -07:00
not_go115.go upgrade to latest dependencies (#473) 2021-05-26 05:58:27 -07:00
pipe.go [master] Auto-update dependencies (#261) 2020-04-29 09:02:42 -07:00
server.go upgrade to latest dependencies (#473) 2021-05-26 05:58:27 -07:00
transport.go upgrade to latest dependencies (#473) 2021-05-26 05:58:27 -07:00
write.go upgrade to latest dependencies (#473) 2021-05-26 05:58:27 -07:00
writesched.go Migrate caching to go mod (#258) 2020-04-27 14:35:51 -07:00
writesched_priority.go Migrate caching to go mod (#258) 2020-04-27 14:35:51 -07:00
writesched_random.go [master] Auto-update dependencies (#261) 2020-04-29 09:02:42 -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:+