summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKazuki Yamaguchi <k@rhe.jp>2015-08-13 12:47:02 +0900
committerKazuki Yamaguchi <k@rhe.jp>2015-08-13 13:34:12 +0900
commita0894cd31e263e492df438d3bc69ed7a31388272 (patch)
treef53685a0d61fb096d2e848c6be1294eade68748e
parentb7ece53ef348333f2f495113c76daa1f5f2075a7 (diff)
downloadplum-a0894cd31e263e492df438d3bc69ed7a31388272.tar.gz
update README
-rw-r--r--README.md7
1 files changed, 2 insertions, 5 deletions
diff --git a/README.md b/README.md
index 8d9a3df..2d9cb52 100644
--- a/README.md
+++ b/README.md
@@ -1,17 +1,14 @@
# Plum [![Build Status](https://travis-ci.org/rhenium/plum.png?branch=master)](https://travis-ci.org/rhenium/plum) [![Code Climate](https://codeclimate.com/github/rhenium/plum/badges/gpa.svg)](https://codeclimate.com/github/rhenium/plum) [![Test Coverage](https://codeclimate.com/github/rhenium/plum/badges/coverage.svg)](https://codeclimate.com/github/rhenium/plum/coverage)
-A minimal implementation of HTTP/2 server. (WIP)
+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).
+* 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.
## TODO
* "http" URIs support (upgrade from HTTP/1.1)
* Stream Priority (RFC 7540 5.3)
-* Better HPACK encoding (RFC 7541)
* Better API
-* Better Code Climate
-* More test code
## License
MIT License