aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorKazuki Yamaguchi <k@rhe.jp>2015-08-14 17:31:33 +0900
committerKazuki Yamaguchi <k@rhe.jp>2015-08-14 17:31:33 +0900
commit881f8c942d450e28db1bc85928068a22ce37a656 (patch)
tree489528238e7258ca95b515017e51e256e32ba40d /README.md
parentcdebfcf496dd65cff5d52667b625d49d1643bf16 (diff)
downloadplum-881f8c942d450e28db1bc85928068a22ce37a656.tar.gz
add support for HTTP/2 over TCP ('http' URI scheme)
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2d9cb52..a19a019 100644
--- a/README.md
+++ b/README.md
@@ -4,9 +4,9 @@ A minimal implementation of HTTP/2 server.
## Requirements
* OpenSSL 1.0.2+
* Ruby 2.2 with [ALPN support](https://gist.github.com/rhenium/b1711edcc903e8887a51) and [ECDH support (r51348)](https://bugs.ruby-lang.org/projects/ruby-trunk/repository/revisions/51348/diff?format=diff) or latest Ruby 2.3.0-dev.
+* [http-parser.rb gem](https://rubygems.org/gems/http_parser.rb) if you use "http" URI scheme.
## TODO
-* "http" URIs support (upgrade from HTTP/1.1)
* Stream Priority (RFC 7540 5.3)
* Better API