Update doc

This commit is contained in:
Tatsuhiro Tsujikawa 2013-08-04 18:29:31 +09:00
parent c0a5ec8562
commit d132427788
2 changed files with 3 additions and 3 deletions

View File

@ -103,9 +103,8 @@ The src directory contains HTTP/2.0 client, server and proxy programs.
nghttp - client
+++++++++++++++
``nghttp`` is HTTP-default04/2.0 client. It can connect to the
HTTP/2.0 server with prior knowledge, HTTP Upgrade and NPN TLS
extension.
``nghttp`` is a HTTP/2.0 client. It can connect to the HTTP/2.0 server
with prior knowledge, HTTP Upgrade and NPN TLS extension.
By default, it uses SSL/TLS connection. Use ``--no-tls`` option to
disable it.

View File

@ -21,3 +21,4 @@ Resources
---------
* http://tools.ietf.org/html/draft-ietf-httpbis-http2-04
* http://tools.ietf.org/html/draft-ietf-httpbis-header-compression-01