1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/vendor/golang.org/x/net/http2
Sebastiaan van Stijn 4acddf21b7
Update miekg/dns to v1.0.7
This dependency now uses SemVer, tagged releases.
Also updates dependencies

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2018-06-01 16:24:59 +02:00
..
hpack
ciphers.go Update miekg/dns to v1.0.7 2018-06-01 16:24:59 +02:00
client_conn_pool.go
configure_transport.go Update miekg/dns to v1.0.7 2018-06-01 16:24:59 +02:00
databuffer.go
errors.go Bump golang.org/x/net to go1.10 release commit 2018-04-18 15:57:24 -04:00
flow.go
frame.go
go16.go
go17.go
go17_not18.go
go18.go Bump golang.org/x/net to go1.10 release commit 2018-04-18 15:57:24 -04:00
go19.go
gotrack.go
headermap.go
http2.go Bump golang.org/x/net to go1.10 release commit 2018-04-18 15:57:24 -04:00
not_go16.go
not_go17.go
not_go18.go Bump golang.org/x/net to go1.10 release commit 2018-04-18 15:57:24 -04:00
not_go19.go
pipe.go Bump golang.org/x/net to go1.10 release commit 2018-04-18 15:57:24 -04:00
README
server.go Update miekg/dns to v1.0.7 2018-06-01 16:24:59 +02:00
transport.go Update miekg/dns to v1.0.7 2018-06-01 16:24:59 +02:00
write.go Bump golang.org/x/net to go1.10 release commit 2018-04-18 15:57:24 -04:00
writesched.go
writesched_priority.go
writesched_random.go

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