From b49480e01f79d906a839557a351f27c28c8f1e9e Mon Sep 17 00:00:00 2001 From: Solomon Hykes Date: Mon, 19 May 2014 13:27:55 -0700 Subject: [PATCH] Placeholder for http2 transport --- http2/README.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 http2/README.md diff --git a/http2/README.md b/http2/README.md new file mode 100644 index 0000000000..d9af9bc043 --- /dev/null +++ b/http2/README.md @@ -0,0 +1,6 @@ +This package defines a remote transport for Beam services using http2/spdy and tls. + +Pointers: + + * Low-level protocol framer: http://code.google.com/p/go.net/spdy + * (incomplete) high-level server implementation: https://github.com/shykes/spdy-go