diff --git a/lib/ccttp.lua b/lib/ccttp.lua index f6fa237..dd6957b 100644 --- a/lib/ccttp.lua +++ b/lib/ccttp.lua @@ -15,9 +15,8 @@ function Response:new(o) return o end -function get(url, headers = {}) - - +function get(url, headers) + headers = headers or {} return true end