open-vault/vendor/golang.org/x/net/http2
Jeff Mitchell 633a6099f2 Vendor and prep for beta 2019-06-20 23:43:02 -04:00
..
hpack Update deps (#6580) 2019-04-12 11:51:37 -04:00
.gitignore Switch to go modules (#6585) 2019-04-13 03:44:06 -04:00
Dockerfile Request forwarding (#1721) 2016-08-15 09:42:42 -04:00
Makefile Request forwarding (#1721) 2016-08-15 09:42:42 -04:00
README Request forwarding (#1721) 2016-08-15 09:42:42 -04:00
ciphers.go Bump deps 2018-01-26 18:51:00 -05:00
client_conn_pool.go Minor dep sync 2018-07-11 16:04:02 -04:00
databuffer.go Bump http2 dep to fix Go 1.8 breakage 2017-03-02 00:46:17 -05:00
errors.go Bump deps 2017-06-16 11:14:18 -04:00
flow.go Bump Deps (#4868) 2018-07-06 12:09:34 -04:00
frame.go Update deps (#6580) 2019-04-12 11:51:37 -04:00
go111.go Update x/net deps to pull in some fixes. (#5827) 2018-11-20 13:29:13 -08:00
gotrack.go Request forwarding (#1721) 2016-08-15 09:42:42 -04:00
headermap.go Update Deps (#5454) 2018-10-03 09:55:26 -07:00
http2.go Update Deps (#5454) 2018-10-03 09:55:26 -07:00
not_go111.go Update x/net deps to pull in some fixes. (#5827) 2018-11-20 13:29:13 -08:00
pipe.go Update vendoring 2017-06-05 10:51:53 -04:00
server.go Vendor and prep for beta 2019-06-20 23:43:02 -04:00
transport.go Vendor and prep for beta 2019-06-20 23:43:02 -04:00
write.go Update x/net deps to pull in some fixes. (#5827) 2018-11-20 13:29:13 -08:00
writesched.go Bump deps 2017-01-04 16:47:38 -05:00
writesched_priority.go Bump deps 2017-05-24 09:40:58 -04:00
writesched_random.go Bump deps 2016-11-02 15:34:30 -04: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:+