Skip to content

feat: release v0.2.2 #23

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 30, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
feat: release v0.2.2
Signed-off-by: Sn0rt <wangguohao.2009@gmail.com>
  • Loading branch information
Sn0rt committed Aug 30, 2023
commit 68075b2f5a98902ded3ee27f1e43382d0bc0d8dd
23 changes: 23 additions & 0 deletions rockspec/api7-lua-resty-http-0.2.2-0.rockspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
package = "api7-lua-resty-http"
version = "0.2.2-0"
source = {
url = "git://github.com/api7/lua-resty-http",
tag = "v0.2.2"
}
description = {
summary = "Lua HTTP client cosocket driver for OpenResty / ngx_lua.",
homepage = "https://github.com/api7/lua-resty-http",
license = "2-clause BSD",
maintainer = "Yuansheng Wang <membphis@gmail.com>"
}
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"
}
}