BugBlocker/lotus

Headers to LuaTable converter

knassar702 opened this issue · 0 comments

to make it easier, we can create another function to convert the headers as string to Tables

local headers = [[
Host: google.com
User-agent: Firefox
]]
make_headers(headers)