mirror of
https://github.com/CompeyDev/lune-packaging.git
synced 2025-01-09 20:29:10 +00:00
4 lines
132 B
Lua
4 lines
132 B
Lua
local util = require("./util")
|
|
local pass = util.pass
|
|
|
|
pass("GET", "https://httpbingo.org/absolute-redirect/3", "Redirect 3 times")
|