heimdall/vendor/golang.org/x/net/http2
Evan Hazlett 562f1caa54
added server; initial cluster state
Signed-off-by: Evan Hazlett <ejhazlett@gmail.com>
2019-10-03 09:49:23 -04:00
..
hpack added server; initial cluster state 2019-10-03 09:49:23 -04:00
.gitignore added server; initial cluster state 2019-10-03 09:49:23 -04:00
ciphers.go added server; initial cluster state 2019-10-03 09:49:23 -04:00
client_conn_pool.go added server; initial cluster state 2019-10-03 09:49:23 -04:00
databuffer.go added server; initial cluster state 2019-10-03 09:49:23 -04:00
Dockerfile added server; initial cluster state 2019-10-03 09:49:23 -04:00
errors.go added server; initial cluster state 2019-10-03 09:49:23 -04:00
flow.go added server; initial cluster state 2019-10-03 09:49:23 -04:00
frame.go added server; initial cluster state 2019-10-03 09:49:23 -04:00
go111.go added server; initial cluster state 2019-10-03 09:49:23 -04:00
gotrack.go added server; initial cluster state 2019-10-03 09:49:23 -04:00
headermap.go added server; initial cluster state 2019-10-03 09:49:23 -04:00
http2.go added server; initial cluster state 2019-10-03 09:49:23 -04:00
Makefile added server; initial cluster state 2019-10-03 09:49:23 -04:00
not_go111.go added server; initial cluster state 2019-10-03 09:49:23 -04:00
pipe.go added server; initial cluster state 2019-10-03 09:49:23 -04:00
README added server; initial cluster state 2019-10-03 09:49:23 -04:00
server.go added server; initial cluster state 2019-10-03 09:49:23 -04:00
transport.go added server; initial cluster state 2019-10-03 09:49:23 -04:00
write.go added server; initial cluster state 2019-10-03 09:49:23 -04:00
writesched.go added server; initial cluster state 2019-10-03 09:49:23 -04:00
writesched_priority.go added server; initial cluster state 2019-10-03 09:49:23 -04:00
writesched_random.go added server; initial cluster state 2019-10-03 09:49:23 -04:00

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:+