replace-filter-nginx-module:在响应主体中流式处理正则表达式替换

时间:2021-05-26 11:35:12
【文件属性】:
文件名称:replace-filter-nginx-module:在响应主体中流式处理正则表达式替换
文件大小:44KB
文件格式:ZIP
更新时间:2021-05-26 11:35:12
C 名称 ngx_replace_filter-响应主体中的流式正则表达式替换。 该模块不随Nginx源一起分发。 请参阅。 目录 社区 英文邮件列表 中文邮件列表 错误和补丁 作者 版权和许可 也可以看看 地位 尽管仍处于开发的早期阶段,该模块已经相当有用,并且被认为是实验性的。 概要 location /t { default_type text/html; echo abc; replace_filter 'ab|abc' X; } location / { # proxy_pass/fastcgi_pass/... # caseless global substitution: replace_filter '\d+' 'blah blah' 'ig' ;
【文件预览】:
replace-filter-nginx-module-master
----.gitignore(339B)
----t()
--------06-if.t(1KB)
--------07-multi.t(10KB)
--------02-max-buffered.t(5KB)
--------05-capturing-max-buffered.t(6KB)
--------11-skip.t(3KB)
--------10-last-modified.t(2KB)
--------03-var.t(5KB)
--------09-unused.t(2KB)
--------08-gzip.t(682B)
--------01-sanity.t(30KB)
--------04-capturing.t(32KB)
----src()
--------ngx_http_replace_parse.c(28KB)
--------ngx_http_replace_filter_module.c(28KB)
--------ngx_http_replace_filter_module.h(3KB)
--------ngx_http_replace_parse.h(435B)
--------ngx_http_replace_script.c(18KB)
--------ngx_http_replace_script.h(2KB)
--------ngx_http_replace_util.h(755B)
--------ddebug.h(2KB)
--------ngx_http_replace_util.c(5KB)
----.travis.yml(1KB)
----valgrind.suppress(3KB)
----util()
--------build.sh(1KB)
----README.markdown(12KB)
----config(3KB)
----.gitattributes(27B)

网友评论