client/vendor/golang.org/x/net/http2
Roland Huß 1b9a76bc31
feature(serving): Update API to serving.knative.dev/v1 (#640)
* feature(serving): Update API to serving.knative.dev/v1

Due to an issue with 0.12.0 (a missing constant) the update also includes an update
to the latest knative-serving  and knative-eventing dependencies from master
(as reflected in version.go)

Signed-off-by: Roland Huß <roland@ro14nd.de>

* fix(serving): Bogus import removed

* fix(serving): Add missing go.sum entry
2020-02-07 02:03:14 -08:00
..
h2c Update serving dependency to 0.8; change all import paths (#368) 2019-08-15 18:09:08 -07:00
hpack feature(serving): Update API to serving.knative.dev/v1 (#640) 2020-02-07 02:03:14 -08:00
.gitignore Actually, vendor everything (#59) 2019-04-05 04:08:57 -07:00
Dockerfile Actually, vendor everything (#59) 2019-04-05 04:08:57 -07:00
Makefile Actually, vendor everything (#59) 2019-04-05 04:08:57 -07:00
README Actually, vendor everything (#59) 2019-04-05 04:08:57 -07:00
ciphers.go Actually, vendor everything (#59) 2019-04-05 04:08:57 -07:00
client_conn_pool.go Actually, vendor everything (#59) 2019-04-05 04:08:57 -07:00
databuffer.go Actually, vendor everything (#59) 2019-04-05 04:08:57 -07:00
errors.go Actually, vendor everything (#59) 2019-04-05 04:08:57 -07:00
flow.go Actually, vendor everything (#59) 2019-04-05 04:08:57 -07:00
frame.go chore: Update dependencies (#68) 2019-04-30 09:48:33 -07:00
go111.go Actually, vendor everything (#59) 2019-04-05 04:08:57 -07:00
gotrack.go Actually, vendor everything (#59) 2019-04-05 04:08:57 -07:00
headermap.go Actually, vendor everything (#59) 2019-04-05 04:08:57 -07:00
http2.go Actually, vendor everything (#59) 2019-04-05 04:08:57 -07:00
not_go111.go Actually, vendor everything (#59) 2019-04-05 04:08:57 -07:00
pipe.go Actually, vendor everything (#59) 2019-04-05 04:08:57 -07:00
server.go feature(serving): Update API to serving.knative.dev/v1 (#640) 2020-02-07 02:03:14 -08:00
transport.go feature(serving): Update API to serving.knative.dev/v1 (#640) 2020-02-07 02:03:14 -08:00
write.go Actually, vendor everything (#59) 2019-04-05 04:08:57 -07:00
writesched.go chore: Update to Knative Serving 0.10.0 (#474) 2019-11-04 13:02:19 -08:00
writesched_priority.go feature(serving): Update API to serving.knative.dev/v1 (#640) 2020-02-07 02:03:14 -08:00
writesched_random.go feature(serving): Update API to serving.knative.dev/v1 (#640) 2020-02-07 02:03:14 -08: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:+