文件名称:kong-response-string-replace:响应流中用于字符串替换的Kong插件
文件大小:31KB
文件格式:ZIP
更新时间:2024-06-14 13:31:33
HTML
kong-response-string-replace 一个Kong插件,用于在响应流和响应头中替换字符串。 这可能很有用,例如用外部URL替换内部URL。 安装 跑步: luarocks install *.rockspec 然后在kong.yml中添加 custom_plugins: - kong-response-string-replace 正常运行kong reload或启动并添加插件。 Docker安装 FROM kong派生您的kong图像并添加类似 FROM kong USER root RUN apk update && apk add git zlib zlib-dev libc-dev gcc RUN git config --global advice.detachedHead false RUN git clone https://github.c
【文件预览】:
kong-response-string-replace-master
----src()
--------schema.lua(1KB)
--------handler.lua(3KB)
--------compression.lua(600B)
--------replacements.lua(2KB)
----LICENSE(1KB)
----test()
--------testresponse.html(96KB)
--------performance.lua(1KB)
--------helper.lua(976B)
--------test_compression.lua(768B)
--------testdata.gz(30B)
--------test_replacements.lua(4KB)
----README.md(3KB)
----.gitignore(397B)
----kong-response-string-replace-1.0.1-0.rockspec(871B)