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