dnscontrol/vendor/golang.org/x/net/http2
2020-03-22 15:46:51 -04:00
..
hpack Update many modules (#620) 2020-02-12 21:16:35 -05:00
.gitignore Switch from govendor to go modules. (#587) 2020-01-18 14:40:28 -05:00
ciphers.go Abstraction for Certificate Storage (+ vault storage) (#406) 2018-10-08 16:11:19 -04:00
client_conn_pool.go Switch from govendor to go modules. (#587) 2020-01-18 14:40:28 -05:00
databuffer.go Abstraction for Certificate Storage (+ vault storage) (#406) 2018-10-08 16:11:19 -04:00
Dockerfile Abstraction for Certificate Storage (+ vault storage) (#406) 2018-10-08 16:11:19 -04:00
errors.go Abstraction for Certificate Storage (+ vault storage) (#406) 2018-10-08 16:11:19 -04:00
flow.go Switch from govendor to go modules. (#587) 2020-01-18 14:40:28 -05:00
frame.go Switch from govendor to go modules. (#587) 2020-01-18 14:40:28 -05:00
go111.go Switch from govendor to go modules. (#587) 2020-01-18 14:40:28 -05:00
gotrack.go Abstraction for Certificate Storage (+ vault storage) (#406) 2018-10-08 16:11:19 -04:00
headermap.go Switch from govendor to go modules. (#587) 2020-01-18 14:40:28 -05:00
http2.go BIND: Improve SOA serial number handling (#651) 2020-02-23 13:58:49 -05:00
Makefile Abstraction for Certificate Storage (+ vault storage) (#406) 2018-10-08 16:11:19 -04:00
not_go111.go Switch from govendor to go modules. (#587) 2020-01-18 14:40:28 -05:00
pipe.go Update many modules (#620) 2020-02-12 21:16:35 -05:00
README Abstraction for Certificate Storage (+ vault storage) (#406) 2018-10-08 16:11:19 -04:00
server.go BIND: Improve SOA serial number handling (#651) 2020-02-23 13:58:49 -05:00
transport.go go -u github.com/digitalocean/godo 2020-03-22 15:46:51 -04:00
write.go Switch from govendor to go modules. (#587) 2020-01-18 14:40:28 -05:00
writesched.go Update many modules (#620) 2020-02-12 21:16:35 -05:00
writesched_priority.go Update many modules (#620) 2020-02-12 21:16:35 -05:00
writesched_random.go Update many modules (#620) 2020-02-12 21:16:35 -05: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:+