Results 1 issues of Jhq9

` -- 引入必要的Lua库 local http = require("resty.http") -- 创建全局的连接池 local httpc_pool = {} -- 获取参数变量url local url = ngx.var.arg_url if not url then ngx.status = ngx.HTTP_BAD_REQUEST ngx.say("Missing 'url' parameter") ngx.exit(ngx.HTTP_BAD_REQUEST)...