daurnimator / lua-http

HTTP Library for Lua. Supports HTTP(S) 1.0, 1.1 and 2.0; client and server.
https://daurnimator.github.io/lua-http/
MIT License
778 stars 80 forks source link

Installation on http.lua etc. into a Lua app on an iPad - how to ? #176

Closed nodecentral closed 3 years ago

nodecentral commented 3 years ago

Hi

I’m looking to use http.socket on an iPad Lua app, and I’m told I need to install the module and any dependencies into a particular folder. What is the best way to download all the required Lua files (e.g http.lua ) so I can upload them ?

Many thanks !!

daurnimator commented 3 years ago

I don't think you would be able to install the dependencies (luaossl, cqueues) in an ipad app (due to Apple guidelines). You'll need to check with the author of the app.