11package = " lua-resty-http"
22version = " 0.07-0"
33source = {
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}
77description = {
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 <james@pintsized.co.uk>"
20+ homepage = " https://github.com/pintsized/lua-resty-http" ,
21+ license = " 2-clause BSD" ,
22+ maintainer = " James Hurst <james@pintsized.co.uk>"
2323}
2424dependencies = {
25- " lua >= 5.1" ,
25+ " lua >= 5.1"
2626}
2727build = {
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