lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> Awesome, this is the main dependency of my project LuaTwit [1], i'll test
> it right away.
> About the 5.2 support, removing the "module" keyword should be enough.
> Also support for multipart/form-data would be nice.

If you need an implementation of Multipart Post in Lua, I have one that
should be re-usable here: https://github.com/catwell/lua-multipart-post

-- 
Pierre Chapuis