local ngx_lua_ffi_shdict_free_spaceifsubsystem=='http'then ffi.cdef[[intngx_http_lua_ffi_shdict_get(void*zone, const unsignedchar*key, size_t key_len,int*value_type, unsignedchar**str_value_buf, size_t *str_value_len,double*num_value,int*user_flags,intget_stale,int*is_stale,char...
ngx.config = {} ---语法: subsystem = ngx.config.subsystem --- ---环境: set_by_lua*, rewrite_by_lua*, access_by_lua*, content_by_lua*, header_filter_by_lua*, body_filter_by_lua*, log_by_lua*, ngx.timer.*, init_by_lua*, init_worker_by_lua* ...
This module is a port of the handyngx_http_echomodule over the shiny new "stream" subsystem of NGINX. With this module, you can do simple custom output from constant strings directly from memory in your generic TCP (or stream-typed unix domain socket) server. ...
环境变量 ngx.config.subsystem 获取所在模块 ngx.config.debug 确认调试模式 ngx.config.prefix 获取prefix路径 ngx.config.nginx_version 获取nginx版本 ngx.config.nginx_configure 获取configure信息 ngx.config.ngx_lua_version 获取ngx_lua版本 ngx.worker.exiting 判断worker进程是否退出 ngx.worker.id 获取worker进...
OR文档精炼 - ngx.config 语法:subsystem = ngx.config.subsystem 上下文:set_by_lua*, rewrite_by_lua*, access_by_lua*, content_by_lua*, header_filter_by_lua*, body_filter_by_lua*, log_by_lua*, ngx.timer.*, init_by_lua*, init_worker_by_lua*...
ngx.config = {} ---语法: subsystem = ngx.config.subsystem --- ---环境: set_by_lua*, rewrite_by_lua*, access_by_lua*, content_by_lua*, header_filter_by_lua*, body_filter_by_lua*, log_by_lua*, ngx.timer.*, init_by_lua*, init_worker_by_lua* ...