From e6506b420629be8fc9b5877f63397fa2c2e9ef66 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Mon, 30 Jan 2012 00:39:32 +0900 Subject: [PATCH] Updated README --- README.rst | 33 ++++++++++++++------------------- 1 file changed, 14 insertions(+), 19 deletions(-) diff --git a/README.rst b/README.rst index bb5e986..cbc2fe0 100644 --- a/README.rst +++ b/README.rst @@ -4,38 +4,33 @@ Spdylay - SPDY C Library This is an experimental implementation of Google's SPDY protocol version 2 in C. -The current status of development is in very early stage. But -``spdycl`` in *examples* directory can connect to SPDY-capable server -via SSL and select spdy/2 with NPN and get a resource given in -command-line:: +The current status of development is in very early stage. But there +is a demo program ``spdycat`` in *examples* directory, which can +connect to SPDY-capable server via SSL and select spdy/2 with NPN and +get a resource given in the command-line:: - $ ./spdycl www.google.com 443 / + $ ./spdycat -d https://www.google.com/ NPN select next proto: server offers: - * spdy/2 - * http/1.1 - send SYN_STREAM frame (stream_id=1, flags=1, length=65) + * spdy/2 + * http/1.1 + send SYN_STREAM frame (stream_id=1, flags=1, length=83) method: GET scheme: https url: / + user-agent: spdylay/0.0.0 version: HTTP/1.1 - recv SYN_REPLY frame (stream_id=1, flags=0, length=576) + recv SYN_REPLY frame (stream_id=1, flags=0, length=579) cache-control: private, max-age=0 content-type: text/html; charset=ISO-8859-1 - date: Fri, 27 Jan 2012 18:53:12 GMT + date: Sun, 29 Jan 2012 15:36:57 GMT expires: -1 server: gws - set-cookie: (INTENTIONALLY HIDDEN) status: 200 OK version: HTTP/1.1 x-frame-options: SAMEORIGIN x-xss-protection: 1; mode=block recv DATA frame (stream_id=1, flags=0, length=4096) - recv DATA frame (stream_id=1, flags=0, length=3310) + recv DATA frame (stream_id=1, flags=0, length=2419) recv DATA frame (stream_id=1, flags=0, length=4096) - recv DATA frame (stream_id=1, flags=0, length=4096) - recv DATA frame (stream_id=1, flags=0, length=4096) - recv DATA frame (stream_id=1, flags=0, length=4096) - recv DATA frame (stream_id=1, flags=0, length=4096) - recv DATA frame (stream_id=1, flags=0, length=1188) - recv DATA frame (stream_id=1, flags=0, length=4096) - recv DATA frame (stream_id=1, flags=1, length=1514) + recv DATA frame (stream_id=1, flags=1, length=3167) + send GOAWAY frame (last_good_stream_id=0)