dnscrypt-proxy/vendor/golang.org/x/net/http2
Frank Denis d0ca608cb7 Update deps 2019-02-23 13:44:05 +01:00
..
hpack Update deps 2019-02-23 13:44:05 +01:00
.gitignore Add golang.org/x/net/http2 to the dependencies 2018-04-09 11:56:49 +02:00
Dockerfile Add golang.org/x/net/http2 to the dependencies 2018-04-09 11:56:49 +02:00
Makefile Add golang.org/x/net/http2 to the dependencies 2018-04-09 11:56:49 +02:00
README Add golang.org/x/net/http2 to the dependencies 2018-04-09 11:56:49 +02:00
ciphers.go Add golang.org/x/net/http2 to the dependencies 2018-04-09 11:56:49 +02:00
client_conn_pool.go Update dep and deps 2018-08-10 01:39:33 +02:00
databuffer.go Add golang.org/x/net/http2 to the dependencies 2018-04-09 11:56:49 +02:00
errors.go Add golang.org/x/net/http2 to the dependencies 2018-04-09 11:56:49 +02:00
flow.go Update deps 2018-07-05 15:44:04 +02:00
frame.go Update deps 2018-11-15 13:38:08 +01:00
go111.go Update deps 2018-11-15 13:38:08 +01:00
gotrack.go Add golang.org/x/net/http2 to the dependencies 2018-04-09 11:56:49 +02:00
headermap.go Update deps 2018-08-23 00:23:59 +02:00
http2.go Update deps 2018-08-23 00:23:59 +02:00
not_go111.go Update deps 2018-11-15 13:38:08 +01:00
pipe.go Add golang.org/x/net/http2 to the dependencies 2018-04-09 11:56:49 +02:00
server.go Update deps 2019-02-23 13:44:05 +01:00
transport.go Update deps 2019-02-23 13:44:05 +01:00
write.go Update deps 2018-11-15 13:38:08 +01:00
writesched.go Add golang.org/x/net/http2 to the dependencies 2018-04-09 11:56:49 +02:00
writesched_priority.go Add golang.org/x/net/http2 to the dependencies 2018-04-09 11:56:49 +02:00
writesched_random.go Add golang.org/x/net/http2 to the dependencies 2018-04-09 11:56:49 +02:00

README

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