From 254a44ee8288e136e37118310d9c5510b2ce8285 Mon Sep 17 00:00:00 2001 From: Layla Manley Date: Mon, 9 Oct 2023 07:05:13 -0400 Subject: [PATCH] iteration --- lib/ccttp.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ccttp.lua b/lib/ccttp.lua index a6c0a2e..f6fa237 100644 --- a/lib/ccttp.lua +++ b/lib/ccttp.lua @@ -15,7 +15,7 @@ function Response:new(o) return o end -function get(url: string): Response: +function get(url, headers = {})