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.
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.