lua-resty-http
lua-resty-http copied to clipboard
how to post json by request url,it seems does not support send json params
local res, err = httpc:request_uri("XXXX", { ssl_verify = false, keepalive_timeout = 2000, method = "POST", body = cjson.encode("{"token":"aaa"}"), headers = { ["Content-Type"] = "application/json;charset=UTF-8" } })