ledgetech/lua-resty-http
Lua HTTP client cosocket driver for OpenResty / ngx_lua. observed · 2026-08-28
Health v2 · maintenance only
85/100
- Activity 97
- Release rhythm 60
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4710
- days_rel: 58
- days_push: 22
- n_releases_24m: 1
Adoption not part of the score
2078 stars · 627 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A Lua HTTP client cosocket driver for OpenResty / ngx_lua, supporting HTTP 1.0/1.1, SSL, streaming response bodies, keepalives, and request pipelining. It is production ready and distributed via LuaRocks.
Use cases
- make HTTP requests from OpenResty Lua code
- stream large HTTP response bodies with predictable memory usage
- pipeline multiple HTTP requests over a single connection
- reuse keepalive connections to upstream services in nginx
- make mTLS requests from ngx_lua
- propagate W3C trace context headers in outbound requests
When to choose
- you are building services on OpenResty or ngx_lua and need an HTTP client
- you need streaming or pipelined HTTP requests with low memory overhead
- you want connection keepalive pooling to upstream APIs
When to avoid
- you are not running OpenResty / ngx_lua (e.g. plain Lua or other web servers)
- you need HTTP/2 support
- you want a high-level REST client with retries and middleware out of the box
Facets
library · maturity stable
http-client streaming middleware web-development backend apis developer-tools lua openresty ngx-lua cosocket http-1-1 keepalive pipelining mtls luarocks nginx
1 source
- readme: https://github.com/ledgetech/lua-resty-http · fetched 2026-08-28 · 7990c4635420
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| ledgetech/lua-resty-http | main | 85 |
For agents
markdown · JSON · MCP: product_card(name="ledgetech/lua-resty-http")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem