iteration

This commit is contained in:
Layla 2023-10-09 07:05:13 -04:00
parent de8efb1b5d
commit 254a44ee82

View File

@ -15,7 +15,7 @@ function Response:new(o)
return o
end
function get(url: string): Response:
function get(url, headers = {})