reg/vendor/golang.org/x/net/http2
Jess Frazelle b57209439c
cleanup vendor
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
2018-09-25 11:35:16 -04:00
..
hpack update to use generated files for assets 2018-09-17 15:23:04 -04:00
.gitignore cleanup vendor 2018-09-25 11:35:16 -04:00
ciphers.go add v3 api 2018-06-11 12:48:47 -04:00
client_conn_pool.go update deps 2018-07-14 11:48:41 -04:00
configure_transport.go update deps 2018-07-14 11:48:41 -04:00
databuffer.go add v3 api 2018-06-11 12:48:47 -04:00
Dockerfile cleanup vendor 2018-09-25 11:35:16 -04:00
errors.go add v3 api 2018-06-11 12:48:47 -04:00
flow.go update deps 2018-07-14 11:48:41 -04:00
frame.go update to use generated files for assets 2018-09-17 15:23:04 -04:00
go16.go add v3 api 2018-06-11 12:48:47 -04:00
go17.go update deps 2018-07-14 11:48:41 -04:00
go17_not18.go add v3 api 2018-06-11 12:48:47 -04:00
go18.go add v3 api 2018-06-11 12:48:47 -04:00
go19.go add v3 api 2018-06-11 12:48:47 -04:00
go111.go update deps 2018-07-14 11:48:41 -04:00
gotrack.go add v3 api 2018-06-11 12:48:47 -04:00
headermap.go update to use generated files for assets 2018-09-17 15:23:04 -04:00
http2.go update to use generated files for assets 2018-09-17 15:23:04 -04:00
Makefile cleanup vendor 2018-09-25 11:35:16 -04:00
not_go16.go add v3 api 2018-06-11 12:48:47 -04:00
not_go17.go update deps 2018-07-14 11:48:41 -04:00
not_go18.go add v3 api 2018-06-11 12:48:47 -04:00
not_go19.go add v3 api 2018-06-11 12:48:47 -04:00
not_go111.go update deps 2018-07-14 11:48:41 -04:00
pipe.go add v3 api 2018-06-11 12:48:47 -04:00
README cleanup vendor 2018-09-25 11:35:16 -04:00
server.go update to use generated files for assets 2018-09-17 15:23:04 -04:00
transport.go update deps 2018-07-14 11:48:41 -04:00
write.go update vendor 2018-06-11 14:53:08 -04:00
writesched.go add v3 api 2018-06-11 12:48:47 -04:00
writesched_priority.go add v3 api 2018-06-11 12:48:47 -04:00
writesched_random.go add v3 api 2018-06-11 12:48:47 -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:+