dnscrypt-proxy/vendor/golang.org/x/net/http2
Frank Denis c6b2869317 Update Poly1305 dep 2020-04-26 13:03:48 +02:00
..
hpack Revert "Use CIRCL for X25519. That makes ephemeral key computation faster." 2019-09-09 17:43:30 +02: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 Poly1305 dep 2020-04-26 13:03:48 +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 Switch to Go modules 2019-03-01 18:44:37 +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 2020-02-26 15:38:43 +01:00
not_go111.go Update deps 2018-11-15 13:38:08 +01:00
pipe.go Update deps 2019-10-26 16:51:14 +02:00
server.go Update deps 2020-02-26 15:38:43 +01:00
transport.go Update deps 2020-03-20 17:22:23 +01:00
write.go Update deps 2018-11-15 13:38:08 +01:00
writesched.go Update deps 2019-09-07 11:04:40 +02:00
writesched_priority.go Revert "Use CIRCL for X25519. That makes ephemeral key computation faster." 2019-09-09 17:43:30 +02:00
writesched_random.go Update deps 2019-10-12 21:22:15 +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:+