ports/www/lua-resty-http/pkg-descr
Martin Matuska e7b1d51aa2 www/lua-resty-http: New port
Lua HTTP client cosocket driver for OpenResty / ngx_lua

WWW: https://github.com/ledgetech/lua-resty-http
2022-02-21 15:42:45 +01:00

15 lines
432 B
Text

Lua HTTP client cosocket driver for OpenResty / ngx_lua
Features:
- HTTP 1.0 and 1.1
- SSL
- Streaming interface to the response body, for predictable memory usage
- Alternative simple interface for single-shot requests without a manual
connection step
- Chunked and non-chunked transfer encodings
- Connection keepalives
- Request pipelining
- Trailers
- HTTP proxy connections
WWW: https://github.com/ledgetech/lua-resty-http