aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorAndrey Uzunov <andrey.uzunov@gmail.com>2013-08-11 22:28:06 +0000
committerAndrey Uzunov <andrey.uzunov@gmail.com>2013-08-11 22:28:06 +0000
commite9a319277b58c9d55629cdd8d34a82cc7bee640e (patch)
tree75b0efeb127e925b7f22886f8d720acdda4ce89a /README
parentc0f2ca60ba248c98e51da4efa78e8a4f9a61c133 (diff)
downloadlibmicrohttpd-e9a319277b58c9d55629cdd8d34a82cc7bee640e.tar.gz
libmicrohttpd-e9a319277b58c9d55629cdd8d34a82cc7bee640e.zip
spdy: comments/readme added/changed
Diffstat (limited to 'README')
-rw-r--r--README11
1 files changed, 5 insertions, 6 deletions
diff --git a/README b/README
index 749acc3b..0f5d3959 100644
--- a/README
+++ b/README
@@ -8,9 +8,9 @@ protocol. The main application must still provide the application
8logic to generate the content. 8logic to generate the content.
9 9
10Additionally, a second, still very experimental library is provided 10Additionally, a second, still very experimental library is provided
11for SPDY/HTTP 2.0 support. libmicrospdy provides a compact API and 11for SPDY (the base for HTTP 2.0) support. libmicrospdy provides a
12implementation of SPDY server. libmicrospdy currently only implements 12compact API and implementation of SPDY server. libmicrospdy currently
13version 3 of SPDY and accepts only TLS connections. 13only implements partially version 3 of SPDY.
14 14
15 15
16Installation 16Installation
@@ -108,12 +108,10 @@ a file will block all responses with same or smaller priority
108- Find the best way for closing still opened stream (new call or existing) 108- Find the best way for closing still opened stream (new call or existing)
109- SPDY_is_stream_opened 109- SPDY_is_stream_opened
110- SPDY PING (used often by browsers) 110- SPDY PING (used often by browsers)
111- SPDY WINDOW_UPDATE - used often by browsers 111- receiving SPDY WINDOW_UPDATE
112- SPDY Settings 112- SPDY Settings
113- SPDY PUSH 113- SPDY PUSH
114- SPDY HEADERS 114- SPDY HEADERS
115- HTTP POST over SPDY and receiving DATA frames
116- HTTP PUT over SPDY
117- SPDY Credentials 115- SPDY Credentials
118 116
119Additional ideas for features include: 117Additional ideas for features include:
@@ -132,6 +130,7 @@ Unimplemented API functions of libmicrospdy:
132 130
133In particular, we should write tests for: 131In particular, we should write tests for:
134- Enqueueing responses while considering request priorities. 132- Enqueueing responses while considering request priorities.
133- HTTP methods other than GET
135 134
136 135
137 136