Migrate from lua-curl to luasocket #5
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The luasocket library seems to have a good API to manipulate URLs and do HTTP requests. It's probably easier to work with this library rather than lua-curl that depends on the system libcurl.
It's also a big plus to mention that the luasocket library is under the governance of the lunarmodules project and have a teal type definition.