Features of lua-http
masterThe lua-http library provides the following capabilities:
- Asynchronous Support: Optionally supports asynchronous operations, including DNS lookups and TLS.
- Protocol Support: Supports HTTP(S) versions 1.0, 1.1, and 2.
- Dual Role: Provides functionality for both HTTP clients and servers.
- Cookie Management: Built-in support for managing cookies.
- Websockets: Support for Websocket protocols.
- Runtime Compatibility: Compatible with Lua 5.1, 5.2, 5.3, 5.4, and LuaJIT.