From 3941d5c2e95fc28f712d2c180b68ac6f274d7bdb Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Sat, 31 Aug 2013 00:50:09 +0900 Subject: [PATCH] Update README.rst --- README.rst | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index dcb3a5cd..d3f93249 100644 --- a/README.rst +++ b/README.rst @@ -34,10 +34,14 @@ The following endpoints are available to try out nghttp2 implementation. These endpoints supports ``HTTP-draft-06/2.0`` and the earlier draft versions are not supporeted. -* https://106.186.112.116:8443 TLS + NPN +* https://106.186.112.116 (TLS + NPN) + + NPN offers ``HTTP-draft-06/2.0``, ``spdy/3``, ``spdy/2`` and + ``http/1.1``. Note: certificate is self-signed and a browser will show alert -* http://106.186.112.116:8080 direct, HTTP Upgrade + +* http://106.186.112.116 (Upgrade + Direct) Requirements ------------