1
1
package = " lua-resty-http"
2
2
version = " 0.07-0"
3
3
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"
6
6
}
7
7
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 = [[
10
10
Features an HTTP 1.0 and 1.1 streaming interface to reading
11
11
bodies using coroutines, for predictable memory usage in Lua
12
12
land. Alternative simple interface for singleshot requests
@@ -17,17 +17,17 @@ description = {
17
17
Recommended by the OpenResty maintainer as a long-term
18
18
replacement for internal requests through ngx.location.capture.
19
19
]] ,
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] >"
23
23
}
24
24
dependencies = {
25
- " lua >= 5.1" ,
25
+ " lua >= 5.1"
26
26
}
27
27
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
+ }
33
33
}
0 commit comments