File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ --
2+ -- Author: Alexey Melnichuk <mimir@newmail.ru>
3+ --
4+ -- Copyright (C) 2014 Alexey Melnichuk <mimir@newmail.ru>
5+ --
6+ -- Licensed according to the included 'LICENSE' document
7+ --
8+ -- This file is part of Lua-cURL library.
9+ --
10+
111local curl = require " lcurl"
212local impl = require " cURL.impl.cURL"
313
Original file line number Diff line number Diff line change 55--
66-- Licensed according to the included 'LICENSE' document
77--
8- -- This file is part of lua-lcurl library.
9- --
10-
11- --
12- -- Implementation of Lua-cURL http://msva.github.io/lua-curl
8+ -- This file is part of Lua-cURL library.
139--
1410
1511local function clone (t , o )
Original file line number Diff line number Diff line change 1+ --
2+ -- Author: Alexey Melnichuk <mimir@newmail.ru>
3+ --
4+ -- Copyright (C) 2014 Alexey Melnichuk <mimir@newmail.ru>
5+ --
6+ -- Licensed according to the included 'LICENSE' document
7+ --
8+ -- This file is part of Lua-cURL library.
9+ --
10+
111local curl = require " lcurl.safe"
212local impl = require " cURL.impl.cURL"
313
Original file line number Diff line number Diff line change 1+ --
2+ -- Author: Alexey Melnichuk <mimir@newmail.ru>
3+ --
4+ -- Copyright (C) 2014 Alexey Melnichuk <mimir@newmail.ru>
5+ --
6+ -- Licensed according to the included 'LICENSE' document
7+ --
8+ -- This file is part of Lua-cURL library.
9+ --
10+
111--- Returns path to cURL ca bundle
212--
313-- @tparam [opt="curl-ca-bundle.crt"] string name name of bundle
You can’t perform that action at this time.
0 commit comments