From 279fc2ad3727c188bf792a188c12a9062f3939ee Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Thu, 30 Oct 2014 00:56:19 +0900 Subject: [PATCH] Update doc --- README.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 0ffc8075..de4123d7 100644 --- a/README.rst +++ b/README.rst @@ -4,12 +4,12 @@ nghttp2 - HTTP/2 C Library This is an implementation of Hypertext Transfer Protocol version 2 in C. -The framing layer of HTTP/2 is implemented as form of reusable C +The framing layer of HTTP/2 is implemented as a form of reusable C library. On top of that, we have implemented HTTP/2 client, server -and proxy. Also we have developed load test/benchmarking tool for +and proxy. We have also developed load test and benchmarking tool for HTTP/2 and SPDY. -HPACK encoding and decoding are available as public API. +HPACK encoder and decoder are available as public API. The experimental high level C++ library is also available.