This repository was archived by the owner on Dec 27, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 11inspect.lua
22luacov. *
3+ * .src.rock
Original file line number Diff line number Diff line change 11package = " httpclient"
2- version = " 0.1.0-2 "
2+ version = " 0.1.0-3 "
33source = {
44 url = " git://github.com/lusis/lua-httpclient" ,
5- tag = " 0.1.0-2 "
5+ tag = " 0.1.0-3 "
66}
77description = {
88 summary = " Unified http client wrapper" ,
@@ -13,14 +13,14 @@ description = {
1313 license = " Apache"
1414}
1515dependencies = {
16- " luasocket ~> 3.0rc1-1"
16+ " luasocket ~> 3.0rc1-1" ,
17+ " inspect ~> 3.0-1"
1718}
1819build = {
1920 type = " builtin" ,
2021 modules = {
2122 [' httpclient' ] = ' src/httpclient/init.lua' ,
2223 [' httpclient.luasocket_driver' ] = ' src/httpclient/luasocket_driver.lua' ,
23- [' httpclient.inspect' ] = ' src/httpclient/inspect.lua' ,
2424 [' httpclient.utils' ] = ' src/httpclient/utils.lua'
2525 }
2626}
Original file line number Diff line number Diff line change 1- local inspect = require (' httpclient. inspect' )
1+ local inspect = require (' inspect' )
22local function deep_copy (t )
33 if type (t ) ~= " table" then return t end
44 local meta = getmetatable (t )
You can’t perform that action at this time.
0 commit comments