We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 740ee00 commit dfc9bc1Copy full SHA for dfc9bc1
1 file changed
README.md
@@ -319,9 +319,10 @@ other stream modules.
319
`ngx.ERR`, `ngx.WARN`, and etc.
320
* [print](https://github.com/openresty/lua-nginx-module#print)
321
* [ngx.ctx](https://github.com/openresty/lua-nginx-module#ngxctx)
322
-* [ngx.req.socket](https://github.com/openresty/lua-nginx-module#ngxreqsocket)
323
* [ngx.balancer](https://github.com/openresty/lua-resty-core/blob/master/lib/ngx/balancer.md)
324
+* [ngx.req.socket](https://github.com/openresty/lua-nginx-module#ngxreqsocket)
325
+
326
Only raw request sockets are supported, for obvious reasons. The `raw` argument value
327
is ignored and the raw request socket is always returned. Unlike ngx_http_lua,
328
you can still call output API functions like `ngx.say`, `ngx.print`, and `ngx.flush`
0 commit comments