caching/vendor/golang.org/x/net/http2
Yanwei Guo 4e553d2275
upgrade (#506)
2021-08-03 11:58:15 -07:00
..
h2c upgrade (#506) 2021-08-03 11:58:15 -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 (#499) 2021-07-12 22:21:50 -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 (#506) 2021-08-03 11:58:15 -07:00
transport.go upgrade to latest dependencies (#499) 2021-07-12 22:21:50 -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:+