about summary refs log tree commit homepage
path: root/README
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2019-04-02 06:53:03 +0000
committerEric Wong <e@80x24.org>2019-04-02 06:53:57 +0000
commit8f38837ef6478d87b7094578d5a03f7d7a04fe30 (patch)
treead5ac0eb70afd7183d8d02e7b9616a9f9335ef60 /README
parent1149d2bf3c1b0baf058be74bffab2591f0f84388 (diff)
downloadyahns-8f38837ef6478d87b7094578d5a03f7d7a04fe30.tar.gz
We've had HTTPS support for several years, now.
Diffstat (limited to 'README')
-rw-r--r--README1
1 files changed, 1 insertions, 0 deletions
diff --git a/README b/README
index e672644..68ed39d 100644
--- a/README
+++ b/README
@@ -16,6 +16,7 @@ Features
 * suitable for slow clients, fast clients, or a mixture of both
 * HTTP/0.9 support
 * HTTP/1.1 persistent connections and pipelining
+* HTTPS for HTTP/1.1 support
 * decodes HTTP chunked encoding for requests
 * parses HTTP/1.1 trailers in requests
 * supports streaming responses with lazy buffering for slow clients