From 17591cd2c61375d834766879407eceabe253b8a0 Mon Sep 17 00:00:00 2001 From: daurnimator Date: Sat, 17 Dec 2016 05:23:58 +1100 Subject: [PATCH] NEWS: Add first release features --- NEWS | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 9714f642..92e78a80 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ UNRELEASED - - First release + - Support for HTTP versions 1, 1.1 and 2 + - Provides both client and server APIs + - Friendly request API with sensible defaults for security + - All operations are fully non-blocking and can be managed with cqueues + - Support for WebSockets (client and server), including ping/pong, binary data transfer and TLS encryption. + - Transport Layer Security (TLS) - lua-http supports HTTPS and WSS via luaossl. + - luasocket compatibility API if you're looking to use lua-http with older projects.