dnscrypt-proxy/vendor/golang.org/x/net/http2
Frank Denis bc529f0076 Update deps 2021-07-30 20:39:23 +02:00
..
hpack Update deps 2020-06-02 13:56:05 +02:00
.gitignore Add golang.org/x/net/http2 to the dependencies 2018-04-09 11:56:49 +02:00
Dockerfile Update deps 2021-04-27 14:28:39 +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
ascii.go miekg/dns update 2021-06-23 09:45:43 +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 miekg/dns 2021-05-07 20:28:25 +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 2020-06-02 13:56:05 +02:00
frame.go Switch to Go modules 2019-03-01 18:44:37 +01:00
go111.go Deps update 2021-02-20 18:55:58 +01:00
go115.go Update miekg/dns 2021-05-07 20:28:25 +02:00
gotrack.go Add golang.org/x/net/http2 to the dependencies 2018-04-09 11:56:49 +02:00
headermap.go Update deps 2021-06-07 15:54:56 +02:00
http2.go Update deps 2020-06-02 13:56:05 +02:00
not_go111.go Deps update 2021-02-20 18:55:58 +01:00
not_go115.go Update miekg/dns 2021-05-07 20:28:25 +02:00
pipe.go Update deps 2019-10-26 16:51:14 +02:00
server.go Update deps 2021-07-30 20:39:23 +02:00
transport.go miekg/dns update 2021-06-23 09:45:43 +02:00
write.go Update deps 2021-06-07 15:54:56 +02: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:+