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 0358263 commit c69cb58Copy full SHA for c69cb58
README.markdown
@@ -5,6 +5,10 @@ lua-resty-requests - Yet Another HTTP Library for OpenResty.
5
6

7
8
+```bash
9
+resty -e 'print(require "resty.requests".get("https://github.com", { stream = false}).content)'
10
+```
11
+
12
Table of Contents
13
=================
14
@@ -35,6 +39,11 @@ Status
35
39
36
40
This Lua module now can be considered as production ready.
37
41
42
+Note since the `v0.7.1` release, this module started using lua-resty-socket,
43
+for working in the non-yieldable phases, but still more efforts are needed,
44
+so **DONOT** use it in the `init` or `init_worker` phases (or other
45
+non-yieldable phases).
46
38
47
Features
48
========
49
0 commit comments