From 421bf85808cd534731ee632fcf334130686a01e1 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Fri, 6 Mar 2015 02:36:50 +0900 Subject: [PATCH] Update README.rst --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 338fa8aa..ee247ef2 100644 --- a/README.rst +++ b/README.rst @@ -1019,7 +1019,7 @@ libnghttp2_asio: High level HTTP/2 C++ library libnghttp2_asio is C++ library built on top of libnghttp2 and provides high level abstraction API to build HTTP/2 applications. It depends on Boost::ASIO library and OpenSSL. Currently libnghttp2_asio -provides server side API. +provides client and server API. libnghttp2_asio is not built by default. Use ``--enable-asio-lib`` configure flag to build libnghttp2_asio. The required Boost libraries