You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Controls whether to transform underscores (`_`) in the response header names specified in the [ngx.header.HEADER](#ngxheaderheader) API to hypens (`-`).
3366
+
Controls whether to transform underscores (`_`) in the response header names specified in the [ngx.header.HEADER](#ngxheaderheader) API to hyphens (`-`).
3367
3367
3368
3368
This directive was first introduced in the `v0.5.0rc32` release.
3369
3369
@@ -3472,7 +3472,7 @@ Specifies the size limit of the Lua VM pool (default 100) that will be used in t
3472
3472
3473
3473
Also, it is not allowed to create Lua VMs that exceeds the pool size limit.
3474
3474
3475
-
The Lua VM in the VM pool is used to execute Lua code in seperate thread.
3475
+
The Lua VM in the VM pool is used to execute Lua code in separate thread.
3476
3476
3477
3477
The pool is global at Nginx worker level. And it is used to reuse Lua VMs between requests.
Creates a new blank request body for the current request and inializes the buffer for later request body data writing via the [ngx.req.append_body](#ngxreqappend_body) and [ngx.req.finish_body](#ngxreqfinish_body) APIs.
5417
+
Creates a new blank request body for the current request and initializes the buffer for later request body data writing via the [ngx.req.append_body](#ngxreqappend_body) and [ngx.req.finish_body](#ngxreqfinish_body) APIs.
5418
5418
5419
5419
If the `buffer_size` argument is specified, then its value will be used for the size of the memory buffer for body writing with [ngx.req.append_body](#ngxreqappend_body). If the argument is omitted, then the value specified by the standard [client_body_buffer_size](http://nginx.org/en/docs/http/ngx_http_core_module.html#client_body_buffer_size) directive will be used instead.
Resumes the executation of a user Lua coroutine object previously yielded or just created.
9044
+
Resumes the execution of a user Lua coroutine object previously yielded or just created.
9045
9045
9046
9046
Similar to the standard Lua [coroutine.resume](https://www.lua.org/manual/5.1/manual.html#pdf-coroutine.resume) API, but works in the context of the Lua coroutines created by ngx_lua.
Controls whether to transform underscores (<code>_</code>) in the response header names specified in the [[#ngx.header.HEADER|ngx.header.HEADER]] API to hypens (<code>-</code>).
2867
+
Controls whether to transform underscores (<code>_</code>) in the response header names specified in the [[#ngx.header.HEADER|ngx.header.HEADER]] API to hyphens (<code>-</code>).
2868
2868
2869
2869
This directive was first introduced in the <code>v0.5.0rc32</code> release.
2870
2870
@@ -2957,7 +2957,7 @@ Specifies the size limit of the Lua VM pool (default 100) that will be used in t
2957
2957
2958
2958
Also, it is not allowed to create Lua VMs that exceeds the pool size limit.
2959
2959
2960
-
The Lua VM in the VM pool is used to execute Lua code in seperate thread.
2960
+
The Lua VM in the VM pool is used to execute Lua code in separate thread.
2961
2961
2962
2962
The pool is global at Nginx worker level. And it is used to reuse Lua VMs between requests.
2963
2963
@@ -4549,7 +4549,7 @@ See also [[#ngx.req.set_body_data|ngx.req.set_body_data]].
Creates a new blank request body for the current request and inializes the buffer for later request body data writing via the [[#ngx.req.append_body|ngx.req.append_body]] and [[#ngx.req.finish_body|ngx.req.finish_body]] APIs.
4552
+
Creates a new blank request body for the current request and initializes the buffer for later request body data writing via the [[#ngx.req.append_body|ngx.req.append_body]] and [[#ngx.req.finish_body|ngx.req.finish_body]] APIs.
4553
4553
4554
4554
If the <code>buffer_size</code> argument is specified, then its value will be used for the size of the memory buffer for body writing with [[#ngx.req.append_body|ngx.req.append_body]]. If the argument is omitted, then the value specified by the standard [[HttpCoreModule#client_body_buffer_size|client_body_buffer_size]] directive will be used instead.
4555
4555
@@ -7752,7 +7752,7 @@ This API was first introduced in the <code>v0.6.0</code> release.
Resumes the executation of a user Lua coroutine object previously yielded or just created.
7755
+
Resumes the execution of a user Lua coroutine object previously yielded or just created.
7756
7756
7757
7757
Similar to the standard Lua [https://www.lua.org/manual/5.1/manual.html#pdf-coroutine.resume coroutine.resume] API, but works in the context of the Lua coroutines created by ngx_lua.
0 commit comments