Skip to content

Commit 2d4ccb7

Browse files
committed
[DOC] - documents dependency to lua-rest-http
1 parent dcd08a6 commit 2d4ccb7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,9 @@ Description
2525
===========
2626

2727
This library requires an nginx build with OpenSSL,
28-
the [ngx_lua module](http://wiki.nginx.org/HttpLuaModule), [LuaJIT 2.0](http://luajit.org/luajit.html) and
29-
[api-gateway-hmac](https://github.com/adobe-apiplatform/api-gateway-hmac) module.
28+
the [ngx_lua module](http://wiki.nginx.org/HttpLuaModule), [LuaJIT 2.0](http://luajit.org/luajit.html),
29+
[api-gateway-hmac](https://github.com/adobe-apiplatform/api-gateway-hmac) module, and
30+
[lua-resty-http](https://github.com/pintsized/lua-resty-http) module.
3031

3132
### AWS V4 Signature
3233
This library supports the latest AWS V4 signature which means you can use any of the latest AWS APIs without any problem.

0 commit comments

Comments
 (0)