Skip to content

Commit

Permalink
NEWS: Add first release features
Browse files Browse the repository at this point in the history
  • Loading branch information
daurnimator committed Dec 16, 2016
1 parent 092f6ed commit 17591cd
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 17591cd

Please sign in to comment.