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