ingress-nginx-helm/vendor/golang.org/x/net/http2
Manuel de Brito Fontes 28db8fb16d Update ingress godeps
2016-08-25 15:41:02 -03:00
..
hpack Update ingress godeps 2016-08-25 15:41:02 -03:00
.gitignore Update godeps 2016-06-21 14:59:59 -07:00
client_conn_pool.go Update ingress godeps 2016-08-25 15:41:02 -03:00
configure_transport.go Update ingress godeps 2016-08-25 15:41:02 -03:00
Dockerfile Update godeps 2016-06-21 14:59:59 -07:00
errors.go Update ingress godeps 2016-08-25 15:41:02 -03:00
fixed_buffer.go Update godeps 2016-06-21 14:59:59 -07:00
flow.go Update godeps 2016-06-21 14:59:59 -07:00
frame.go Update ingress godeps 2016-08-25 15:41:02 -03:00
go16.go Update ingress godeps 2016-08-25 15:41:02 -03:00
go17.go Update ingress godeps 2016-08-25 15:41:02 -03:00
gotrack.go Update godeps 2016-06-21 14:59:59 -07:00
headermap.go Update godeps 2016-06-21 14:59:59 -07:00
http2.go Update ingress godeps 2016-08-25 15:41:02 -03:00
Makefile Update godeps 2016-06-21 14:59:59 -07:00
not_go16.go Update ingress godeps 2016-08-25 15:41:02 -03:00
not_go17.go Update ingress godeps 2016-08-25 15:41:02 -03:00
pipe.go Update ingress godeps 2016-08-25 15:41:02 -03:00
README Update godeps 2016-06-21 14:59:59 -07:00
server.go Update ingress godeps 2016-08-25 15:41:02 -03:00
transport.go Update ingress godeps 2016-08-25 15:41:02 -03:00
write.go Update ingress godeps 2016-08-25 15:41:02 -03:00
writesched.go Update godeps 2016-06-21 14:59:59 -07: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:+