From 7aad0ba0e1aad054331a19e0e16ab384048a0aa6 Mon Sep 17 00:00:00 2001 From: Layla Manley Date: Mon, 9 Oct 2023 07:06:30 -0400 Subject: [PATCH] iteration --- lib/ccttp.lua | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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