Lua-cURLv3/src/lua/cURL.lua
2016-04-20 11:23:43 +03:00

15 lines
335 B
Lua

--
-- Author: Alexey Melnichuk <alexeymelnichuck@gmail.com>
--
-- Copyright (C) 2014-2016 Alexey Melnichuk <alexeymelnichuck@gmail.com>
--
-- 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"
return impl(curl)