Update comments. [ci skip]
This commit is contained in:
parent
eff44c9aa8
commit
9ffd3f01de
@ -1,3 +1,13 @@
|
|||||||
|
--
|
||||||
|
-- Author: Alexey Melnichuk <mimir@newmail.ru>
|
||||||
|
--
|
||||||
|
-- Copyright (C) 2014 Alexey Melnichuk <mimir@newmail.ru>
|
||||||
|
--
|
||||||
|
-- Licensed according to the included 'LICENSE' document
|
||||||
|
--
|
||||||
|
-- This file is part of Lua-cURL library.
|
||||||
|
--
|
||||||
|
|
||||||
local curl = require "lcurl"
|
local curl = require "lcurl"
|
||||||
local impl = require "cURL.impl.cURL"
|
local impl = require "cURL.impl.cURL"
|
||||||
|
|
||||||
|
@ -5,11 +5,7 @@
|
|||||||
--
|
--
|
||||||
-- Licensed according to the included 'LICENSE' document
|
-- Licensed according to the included 'LICENSE' document
|
||||||
--
|
--
|
||||||
-- This file is part of lua-lcurl library.
|
-- This file is part of Lua-cURL library.
|
||||||
--
|
|
||||||
|
|
||||||
--
|
|
||||||
-- Implementation of Lua-cURL http://msva.github.io/lua-curl
|
|
||||||
--
|
--
|
||||||
|
|
||||||
local function clone(t, o)
|
local function clone(t, o)
|
||||||
|
@ -1,3 +1,13 @@
|
|||||||
|
--
|
||||||
|
-- Author: Alexey Melnichuk <mimir@newmail.ru>
|
||||||
|
--
|
||||||
|
-- Copyright (C) 2014 Alexey Melnichuk <mimir@newmail.ru>
|
||||||
|
--
|
||||||
|
-- Licensed according to the included 'LICENSE' document
|
||||||
|
--
|
||||||
|
-- This file is part of Lua-cURL library.
|
||||||
|
--
|
||||||
|
|
||||||
local curl = require "lcurl.safe"
|
local curl = require "lcurl.safe"
|
||||||
local impl = require "cURL.impl.cURL"
|
local impl = require "cURL.impl.cURL"
|
||||||
|
|
||||||
|
@ -1,3 +1,13 @@
|
|||||||
|
--
|
||||||
|
-- Author: Alexey Melnichuk <mimir@newmail.ru>
|
||||||
|
--
|
||||||
|
-- Copyright (C) 2014 Alexey Melnichuk <mimir@newmail.ru>
|
||||||
|
--
|
||||||
|
-- Licensed according to the included 'LICENSE' document
|
||||||
|
--
|
||||||
|
-- This file is part of Lua-cURL library.
|
||||||
|
--
|
||||||
|
|
||||||
--- Returns path to cURL ca bundle
|
--- Returns path to cURL ca bundle
|
||||||
--
|
--
|
||||||
-- @tparam[opt="curl-ca-bundle.crt"] string name name of bundle
|
-- @tparam[opt="curl-ca-bundle.crt"] string name name of bundle
|
||||||
|
Loading…
x
Reference in New Issue
Block a user