Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,20 @@ These methods may be removed in future versions.
* [proxy\_request](#proxy_request)
* [proxy\_response](#proxy_response)

## Installation

This module is located at:
https://luarocks.org/modules/pintsized/lua-resty-http

Install it with:
```
luarocks install lua-resty-http <version> && luarocks install lua-resty-openssl
```

Appending the version to the `luarocks` installation command avoids migration conflicts. The `lua-resty-openssl` package is a prerequisite for all HTTP connections.

**Note**: The [OpenResty Package Manager (OPM) alternative](https://opm.openresty.org/package/pintsized/lua-resty-http/) is dead. No new versions can be uploaded there. Please migrate to `luarocks` instead.

## Usage

There are two basic modes of operation:
Expand Down
Loading