From cc197a2aa2294149de4e28814d0dc8e7d8e35271 Mon Sep 17 00:00:00 2001 From: Abhishek Choudhary Date: Thu, 3 Sep 2026 15:11:27 +0545 Subject: [PATCH] feat: release v0.2.4 --- rockspec/api7-lua-resty-http-0.2.4-0.rockspec | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 rockspec/api7-lua-resty-http-0.2.4-0.rockspec diff --git a/rockspec/api7-lua-resty-http-0.2.4-0.rockspec b/rockspec/api7-lua-resty-http-0.2.4-0.rockspec new file mode 100644 index 0000000..e8c9030 --- /dev/null +++ b/rockspec/api7-lua-resty-http-0.2.4-0.rockspec @@ -0,0 +1,23 @@ +package = "api7-lua-resty-http" +version = "0.2.4-0" +source = { + url = "git://github.com/api7/lua-resty-http", + tag = "v0.2.4" +} +description = { + summary = "Lua HTTP client cosocket driver for OpenResty / ngx_lua.", + homepage = "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/api7/lua-resty-http", + license = "2-clause BSD", + maintainer = "Yuansheng Wang " +} +dependencies = { + "lua >= 5.1" +} +build = { + type = "builtin", + modules = { + ["resty.http"] = "lib/resty/http.lua", + ["resty.http_headers"] = "lib/resty/http_headers.lua", + ["resty.http_connect"] = "lib/resty/http_connect.lua" + } +}