Module for working with web requests

Lua module to make HTTP requests easy way + a simple
route parser (poor man's API). Under the hood this module
uses either lua-resty-http (if available) or luasocket module
to make HTTP(s) requests. Since only one of these modules
is used, they are not mentioned in the dependencies for this
rock, and one of them must be already installed. If you
want to make HTTPS requests using luasocket you will
also have to have luasec module installed.

Versions

0.3.1-11 year ago18 downloads
0.2.7-11 year ago17 downloads
0.2.6-12 years ago52 downloads
0.2.5-12 years ago19 downloads

Dependencies

deviant >= 2.2.0
lua >= 5.1

Dependency for

docker