smarter-device-manager/vendor/golang.org/x/net/http2
2020-01-15 15:34:25 -06:00
..
hpack First commit of smarter-device-manager 2020-01-15 15:34:25 -06:00
.gitignore First commit of smarter-device-manager 2020-01-15 15:34:25 -06:00
ciphers.go First commit of smarter-device-manager 2020-01-15 15:34:25 -06:00
client_conn_pool.go First commit of smarter-device-manager 2020-01-15 15:34:25 -06:00
configure_transport.go First commit of smarter-device-manager 2020-01-15 15:34:25 -06:00
databuffer.go First commit of smarter-device-manager 2020-01-15 15:34:25 -06:00
Dockerfile First commit of smarter-device-manager 2020-01-15 15:34:25 -06:00
errors.go First commit of smarter-device-manager 2020-01-15 15:34:25 -06:00
flow.go First commit of smarter-device-manager 2020-01-15 15:34:25 -06:00
frame.go First commit of smarter-device-manager 2020-01-15 15:34:25 -06:00
go16.go First commit of smarter-device-manager 2020-01-15 15:34:25 -06:00
go17_not18.go First commit of smarter-device-manager 2020-01-15 15:34:25 -06:00
go17.go First commit of smarter-device-manager 2020-01-15 15:34:25 -06:00
go18.go First commit of smarter-device-manager 2020-01-15 15:34:25 -06:00
go19.go First commit of smarter-device-manager 2020-01-15 15:34:25 -06:00
gotrack.go First commit of smarter-device-manager 2020-01-15 15:34:25 -06:00
headermap.go First commit of smarter-device-manager 2020-01-15 15:34:25 -06:00
http2.go First commit of smarter-device-manager 2020-01-15 15:34:25 -06:00
Makefile First commit of smarter-device-manager 2020-01-15 15:34:25 -06:00
not_go16.go First commit of smarter-device-manager 2020-01-15 15:34:25 -06:00
not_go17.go First commit of smarter-device-manager 2020-01-15 15:34:25 -06:00
not_go18.go First commit of smarter-device-manager 2020-01-15 15:34:25 -06:00
not_go19.go First commit of smarter-device-manager 2020-01-15 15:34:25 -06:00
pipe.go First commit of smarter-device-manager 2020-01-15 15:34:25 -06:00
README First commit of smarter-device-manager 2020-01-15 15:34:25 -06:00
server.go First commit of smarter-device-manager 2020-01-15 15:34:25 -06:00
transport.go First commit of smarter-device-manager 2020-01-15 15:34:25 -06:00
write.go First commit of smarter-device-manager 2020-01-15 15:34:25 -06:00
writesched_priority.go First commit of smarter-device-manager 2020-01-15 15:34:25 -06:00
writesched_random.go First commit of smarter-device-manager 2020-01-15 15:34:25 -06:00
writesched.go First commit of smarter-device-manager 2020-01-15 15:34:25 -06: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:+