blob: ef132495832f8f313b1ebe457b29dd4085de1845 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
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
|