We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e56d23b commit 9a8fc28Copy full SHA for 9a8fc28
README.markdown
@@ -42,7 +42,7 @@ Features
42
* SSL/TLS support.
43
* Chunked data support.
44
* Convenient interfaces to support features like json, authorization and etc.
45
-* Stream interfaces to read request body.
+* Stream interfaces to read body.
46
* HTTP/HTTPS proxy.
47
* Latency metrics.
48
* Session support.
@@ -106,7 +106,7 @@ $ luarocks install lua-resty-requests
106
* [OPM](https://github.com/openresty/opm):
107
108
```bash
109
-$ opm get thibaultcha/lua-resty-requests
+$ opm get tokers/lua-resty-requests
110
```
111
112
* Manually:
0 commit comments