lua-astra 0.25.0

🔥 Blazingly Fast 🔥 web server runtime for Lua
1
2
3
4
5
6
7
---@meta

---@class HTTPBody
---@field text fun(): string
---@field json fun(): table Returns the body parsed as JSON -> Lua Table

Astra.http = {}