openresty http
openresty http
- openresty默认没有提供http客户端,需要第三方提供插件。
- 下载方式:
wget?https://raw.githubusercontent.com/pintsized/lua-resty-http/master/lib/resty/http_headers.lua?? wget?https://raw.githubusercontent.com/pintsized/lua-resty-http/master/lib/resty/http.lua??
- 将文件放在 /openresty/lualib/resty/目录下即可
- 使用方式
local res, err = httpc:request_uri(uri, { method = "POST/GET", ---请求方式 query = str, ---get方式传参数 body = str, ---post方式传参数 path = "url" ----路径 headers = { ---header参数 ["Content-Type"] = "application/json", } })
相关推荐
wqiaofujiang 2020-06-16
zllbirdonland 2020-06-16
CSDNMrWang 2020-05-11
陈云佳 2020-04-21
Neptune 2020-04-20
aolishuai 2020-04-15
工作中的点点滴滴 2020-02-15
长安长夜Saint 2020-02-14
liwf 2020-01-10
始终不够 2019-12-06
byourb 2019-11-29
徐中海C 2019-11-17
hong0 2019-11-17
SZStudy 2016-07-27
oLeiShen 2020-06-25
dahege 2020-06-25
咻咻ing 2020-06-14
liwf 2020-06-10
houjinkai 2019-11-16