umegaya / lua-aws

pure-lua implementation of aws REST APIs
122 stars 35 forks source link

Add an HTTP engine based on lua-resty-http #33

Closed smallsco closed 8 years ago

smallsco commented 8 years ago

This PR introduces a new HTTP engine based on the lua-resty-http library.

The lua-resty-http library (https://github.com/pintsized/lua-resty-http) makes use of the cosocket API in ngx_lua, allowing you to use the lua-aws library with non-blocking I/O in an OpenResty / ngx_lua environment.

umegaya commented 8 years ago

thank you for contributing! seems good to me, I will merge.