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 impl = require "cURL.impl.cURL"
|
||||
|
||||
|
@ -5,11 +5,7 @@
|
||||
--
|
||||
-- Licensed according to the included 'LICENSE' document
|
||||
--
|
||||
-- This file is part of lua-lcurl library.
|
||||
--
|
||||
|
||||
--
|
||||
-- Implementation of Lua-cURL http://msva.github.io/lua-curl
|
||||
-- This file is part of Lua-cURL library.
|
||||
--
|
||||
|
||||
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 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
|
||||
--
|
||||
-- @tparam[opt="curl-ca-bundle.crt"] string name name of bundle
|
||||
|
Loading…
x
Reference in New Issue
Block a user