mirror of
https://github.com/docker/docs.git
synced 2026-04-13 23:06:15 +07:00
Implements a Beam server Receiver over HTTP2 over Websockets over HTTP, and a client for connecting to said server. signed-off-by: Clayton Coleman <ccoleman@redhat.com> (github: smarterclayton)
This package defines a remote transport for Beam services using http2/spdy and tls.
Uses https://github.com/docker/spdystream
Pointers:
* Low-level protocol framer: http://code.google.com/p/go.net/spdy
* (incomplete) high-level server implementation: https://github.com/shykes/spdy-go