cri-o/vendor/golang.org/x/net/http2
Antonio Murdaca 148e72d81e
vendor: remove dep and use vndr
Signed-off-by: Antonio Murdaca <runcom@redhat.com>
2017-06-07 00:04:21 +02:00
..
hpack vendor: remove dep and use vndr 2017-06-07 00:04:21 +02:00
client_conn_pool.go Switch to github.com/golang/dep for vendoring 2017-01-31 16:45:59 -08:00
configure_transport.go Switch to github.com/golang/dep for vendoring 2017-01-31 16:45:59 -08:00
errors.go Switch to github.com/golang/dep for vendoring 2017-01-31 16:45:59 -08:00
fixed_buffer.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
flow.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
frame.go Switch to github.com/golang/dep for vendoring 2017-01-31 16:45:59 -08:00
go16.go Switch to github.com/golang/dep for vendoring 2017-01-31 16:45:59 -08:00
go17.go Switch to github.com/golang/dep for vendoring 2017-01-31 16:45:59 -08:00
go17_not18.go Switch to github.com/golang/dep for vendoring 2017-01-31 16:45:59 -08:00
go18.go Switch to github.com/golang/dep for vendoring 2017-01-31 16:45:59 -08:00
gotrack.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
headermap.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
http2.go Switch to github.com/golang/dep for vendoring 2017-01-31 16:45:59 -08:00
not_go16.go Switch to github.com/golang/dep for vendoring 2017-01-31 16:45:59 -08:00
not_go17.go Switch to github.com/golang/dep for vendoring 2017-01-31 16:45:59 -08:00
not_go18.go Switch to github.com/golang/dep for vendoring 2017-01-31 16:45:59 -08:00
pipe.go Switch to github.com/golang/dep for vendoring 2017-01-31 16:45:59 -08:00
README Build and install from GOPATH 2017-01-17 12:09:09 -08:00
server.go Switch to github.com/golang/dep for vendoring 2017-01-31 16:45:59 -08:00
transport.go Switch to github.com/golang/dep for vendoring 2017-01-31 16:45:59 -08:00
write.go Switch to github.com/golang/dep for vendoring 2017-01-31 16:45:59 -08:00
writesched.go Switch to github.com/golang/dep for vendoring 2017-01-31 16:45:59 -08:00
writesched_priority.go Switch to github.com/golang/dep for vendoring 2017-01-31 16:45:59 -08:00
writesched_random.go Switch to github.com/golang/dep for vendoring 2017-01-31 16:45:59 -08: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:+