From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.0 required=3.0 tests=ALL_TRUSTED,BAYES_00 shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id D1B9D20248 for ; Tue, 2 Apr 2019 06:58:35 +0000 (UTC) From: Eric Wong To: yahns-public@yhbt.net Subject: [PATCH] README: note HTTPS support for HTTP/1.1 Date: Tue, 2 Apr 2019 06:58:35 +0000 Message-Id: <20190402065835.7328-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: We've had HTTPS support for several years, now. --- README | 1 + 1 file changed, 1 insertion(+) 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 -- EW