diff options
Diffstat (limited to 'meta/3rd/OpenResty/library/ngx.pipe.lua')
-rw-r--r-- | meta/3rd/OpenResty/library/ngx.pipe.lua | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/meta/3rd/OpenResty/library/ngx.pipe.lua b/meta/3rd/OpenResty/library/ngx.pipe.lua new file mode 100644 index 00000000..575d18f3 --- /dev/null +++ b/meta/3rd/OpenResty/library/ngx.pipe.lua @@ -0,0 +1,6 @@ +---@meta +ngx_pipe={} +ngx_pipe._gc_ref_c_opt="-c" +function ngx_pipe.spawn() end +ngx_pipe.version="0.1.17" +return ngx_pipe
\ No newline at end of file |