We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 092f6ed commit 17591cdCopy full SHA for 17591cd
NEWS
@@ -1,3 +1,9 @@
1
UNRELEASED
2
3
- - First release
+ - Support for HTTP versions 1, 1.1 and 2
4
+ - Provides both client and server APIs
5
+ - Friendly request API with sensible defaults for security
6
+ - All operations are fully non-blocking and can be managed with cqueues
7
+ - Support for WebSockets (client and server), including ping/pong, binary data transfer and TLS encryption.
8
+ - Transport Layer Security (TLS) - lua-http supports HTTPS and WSS via luaossl.
9
+ - luasocket compatibility API if you're looking to use lua-http with older projects.
0 commit comments