Home
last modified time | relevance | path

Searched full:curl (Results 1 – 5 of 5) sorted by relevance

/civetweb-2.7.6/ci/test/01_basic/
Dbasic_spec.lua2 local curl = require "cURL"
22 local c = curl.easy()
28 --print('rescode:' .. c.getinfo(curl.INFO_RESPONSE_CODE))
/civetweb-2.7.6/ci/travis/
Dinstall_rocks.sh7 # lua-curl depends on a libcurl development package (i.e. libcurl4-openssl-dev)
8 ROCKS=(lua-curl busted)
Dsetup_lua.sh27 curl http://www.lua.org/ftp/$LUA_BASE.tar.gz | tar zx
49 curl -L $LUAROCKS_URL | tar xzp
/civetweb-2.7.6/ci/test/
DREADME.md32 * https://github.com/Lua-cURL/Lua-cURLv3
/civetweb-2.7.6/
D.travis.yml119 bash <(curl -s https://codecov.io/bash);