15 lines
335 B
Lua
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)
|