iteration

This commit is contained in:
Layla 2023-10-09 07:06:30 -04:00
parent 254a44ee82
commit 7aad0ba0e1

View File

@ -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