client/vendor/golang.org/x/net/http2
Roland Huß 98184eafbc refactor(serving): KnClient interface for single point of cluster access (#134)
* fix(serving): Remove hardcoded GVK and look it up from schema

Fixes #133.

* chore(serving): Add test for "WaitForService()"

* refactor(service): Add listRoutes() to client + generic way for list options

* chore(serving): Fixing rebase conflicts
2019-07-08 10:08:34 -07:00
..
hpack Actually, vendor everything (#59) 2019-04-05 04:08:57 -07: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 refactor(serving): KnClient interface for single point of cluster access (#134) 2019-07-08 10:08:34 -07:00
transport.go Update to serving 0.6.0 (#129) 2019-05-20 10:41:27 -07:00
write.go Actually, vendor everything (#59) 2019-04-05 04:08:57 -07:00
writesched.go Actually, vendor everything (#59) 2019-04-05 04:08:57 -07:00
writesched_priority.go Actually, vendor everything (#59) 2019-04-05 04:08:57 -07:00
writesched_random.go Actually, vendor everything (#59) 2019-04-05 04:08:57 -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:+