Skip to content

Commit 6969541

Browse files
committed
New rockspec
1 parent a4677c4 commit 6969541

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed
Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
package = "lua-resty-http"
22
version = "0.07-0"
33
source = {
4-
url = "git://github.com/pintsized/lua-resty-http",
5-
tag = "v0.07"
4+
url = "git://github.com/pintsized/lua-resty-http",
5+
tag = "v0.07"
66
}
77
description = {
8-
summary = "Lua HTTP client cosocket driver for OpenResty / ngx_lua.",
9-
detailed = [[
8+
summary = "Lua HTTP client cosocket driver for OpenResty / ngx_lua.",
9+
detailed = [[
1010
Features an HTTP 1.0 and 1.1 streaming interface to reading
1111
bodies using coroutines, for predictable memory usage in Lua
1212
land. Alternative simple interface for singleshot requests
@@ -17,17 +17,17 @@ description = {
1717
Recommended by the OpenResty maintainer as a long-term
1818
replacement for internal requests through ngx.location.capture.
1919
]],
20-
homepage = "https://github.com/pintsized/lua-resty-http",
21-
license = "2-clause BSD",
22-
maintainer = "James Hurst <[email protected]>"
20+
homepage = "https://github.com/pintsized/lua-resty-http",
21+
license = "2-clause BSD",
22+
maintainer = "James Hurst <[email protected]>"
2323
}
2424
dependencies = {
25-
"lua >= 5.1",
25+
"lua >= 5.1"
2626
}
2727
build = {
28-
type = "builtin",
29-
modules = {
30-
["resty.http"] = "lib/resty/http.lua",
31-
["resty.http_headers"] = "lib/resty/http_headers.lua"
32-
}
28+
type = "builtin",
29+
modules = {
30+
["resty.http"] = "lib/resty/http.lua",
31+
["resty.http_headers"] = "lib/resty/http_headers.lua"
32+
}
3333
}

0 commit comments

Comments
 (0)