lua-resty-reqargs
Request parser
A module that retrieves data from HTTP request arguments and files in Lua
Read application/x-www-form-urlencoded, multipart/form-data, and application/json request args
52 stars
8 watching
16 forks
Language: Lua
last commit: over 7 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
bungle/lua-resty-libcjson | Provides a Lua interface to cJSON C library for parsing and generating JSON data | 53 |
bungle/lua-resty-postal | A Lua library providing statistical parsing and normalization of street addresses using a fast parser/normalizer | 10 |
bungle/lua-resty-gettext | A Lua library that provides FFI-based access to gettext functionality for use in OpenResty web servers. | 9 |
bungle/lua-resty-libxl | A Lua library that provides an interface to Excel files using FFI-based bindings. | 15 |
bungle/lua-resty-prettycjson | A JSON pretty formatter for Lua | 34 |
bungle/lua-resty-validation | A validation and filtering library for input data in Lua applications. | 155 |
bungle/lua-resty-session | A Lua-based session management library for secure and flexible session handling in web applications. | 321 |
bungle/lua-resty-scrypt | A Lua-based library implementing the scrypt password hashing algorithm | 18 |
bungle/lua-resty-snappy | A Lua module providing bindings to the Snappy compression algorithm | 19 |
bungle/lua-resty-route | A URL routing library supporting multiple matchers and middleware for OpenResty. | 101 |
tokers/lua-resty-requests | A Lua library that provides a simple and convenient way to make HTTP requests in OpenResty | 163 |
bungle/lua-resty-hoedown | A Lua binding to Hoedown, a C-based Markdown processing library | 26 |
bungle/lua-resty-tags | A Lua-based DSL for building HTML documents | 15 |
bungle/lua-resty-fileinfo | A Lua library that provides file type information based on the libmagic C-library | 12 |
bungle/lua-resty-template | A templating engine that compiles HTML templates into Lua functions or bytecode blobs, allowing for template rendering in Lua applications. | 912 |