书栈网 · BookStack 本次搜索耗时 0.024 秒,为您找到 3571 个相关结果.
  • Overview

    Envoy extensions overview Introduction Supported extensions External authorization Lambda Lua Property override WebAssembly Envoy extensions overview This topic provides ...
  • 4.1 – The Stack

    4.1 – The Stack 4.1 – The Stack Lua uses a virtual stack to pass values to and from C. Each element in this stack represents a Lua value (nil , number, string, etc.). Functions...
  • Plugin Configuration

    Plugin Configuration Module schema.lua specifications Describing your configuration schema Examples Plugin Configuration Most of the time, it makes sense for your plugin to ...
  • Plugin Configuration

    Plugin Configuration Module schema.lua specifications Describing your configuration schema Examples Plugin Configuration Most of the time, it makes sense for your plugin to ...
  • uWSGI 1.9.3

    uWSGI 1.9.3 错误修复 新特性 可插拔配置系统 (带Lua支持) 即用setuid和setgid tyrant模式中的遵循符号链接(Honouring symlinks) “rpcret”路由动作 (或者使用Lua编写高级规则) 可用性 uWSGI 1.9.3 更新日志 20130328 错误修复 修复当使用虚拟环境的时...
  • 动态限速

    动态限速 限制响应速度 限制连接数和请求数 动态限速 在应用开发中,经常会有对请求进行限速的需求。 通常意义上的限速,其实可以分为以下三种: 1、limit_rate 限制响应速度 2、limit_conn 限制连接数 3、limit_req 限制请求数 接下来让我们看看,这三种限速在 OpenResty 中分别怎么实现。 ...
  • 目录

    序 入门篇 Socket 编程发展 OpenResty 简介 Lua 入门 Lua 简介 Lua 环境搭建 Lua 编辑器选择 基础数据类型 表达式 控制结构 if/else while repeat for break,return 和 goto Lua 函数 函数的定义 函数的参数 函数返回值 全动态函数...
  • inspect

    inspect Description Features Operation Graph API to define hook in hooks file require(“apisix.inspect.dbg”).set_hook(file, line, func, filter_func) Attributes Enabling the Pl...
  • inspect

    inspect Description Features Operation Graph API to define hook in hooks file require(“resty.inspect.dbg”).set_hook(file, line, func, filter_func) Attributes Enabling the Plu...
  • 3.7 – Controlling Garbage Collection

    3.7 – Controlling Garbage Collection 3.7 – Controlling Garbage Collection Lua uses two numbers to control its garbage collection: the count and the threshold (see 2.9 ). The fi...