Python requests-like HTTP client for Lua

$ luarocks install luareq

A Python requests-like HTTP client library for Lua 5.4+, built with C
using libcurl and cJSON. Supports GET, POST, PUT, DELETE, PATCH methods,
JSON encoding/decoding, query parameters, headers, form data, basic auth,
timeout, TLS verification, Session objects for connection reuse, and
streaming responses with per-chunk callbacks.

Versions

0.1.0-13 hours ago1 download

Dependencies

lua >= 5.4

Manifests