<< prev       home       next >>
App Rating: unrated
]]>
]]> ]]>
$2.99
View on iTunes
]]>
Category: Lifestyle
Released: 19 Jan 2021
Published: 19 Mar 2022
Latest version: 1.1.8
Size: 16.90 MB
Seller: han shengming

© han shengming

LANGUAGES:
English

COMPATIBILITY:
11.0 or later
Code - Lua Script Editor
Code is Lua Editor for iOS. This app is very usefull to edit lua script, and run lua code immediately.

Feature
√ Support Lua code highlight
√ Support run lua code immediately
√ It is very usefull to run some code on mobile phone

Lua-cURLv3 example

local curl = require("cURL")
local PATH = PATH or ".."
local SSL_CERT_FILE = SSL_CERT_FILE or "/usr/local/share/cacert.pem"

-- HTTP Post
curl.easy()
:setopt_url('https://httpbin.org/post')
:setopt_writefunction(
function(str)
print(str)
end
)
:setopt_httppost(curl.form() -- Lua-cURL guarantee that form will be alive
:add_content("test_content", "some data", {
"MyHeader: SomeValue"
})
)
:setopt{
use_ssl = curl.USESSL_ALL,
cainfo = SSL_CERT_FILE,
}
:perform()
:close()

What's new in Version 1.1.8
This update contains with fix bug about status bar on iOS15

Screenshotsdraggable!
YouTube
Download

Progress close