echo-nginx-module:Nginx模块,用于将“ echo”,“ sleep”,“ time”等功能引入Nginx的配置文件

时间:2021-02-21 06:19:14
【文件属性】:
文件名称:echo-nginx-module:Nginx模块,用于将“ echo”,“ sleep”,“ time”等功能引入Nginx的配置文件
文件大小:75KB
文件格式:ZIP
更新时间:2021-02-21 06:19:14
C 姓名 ngx_echo-为Nginx配置文件带来“ echo”,“ sleep”,“ time”,“ exec”和更多shell样式的东西。 该模块不随Nginx源一起分发。 请参阅。 目录 状态 该模块已准备就绪。 版本 本文档介绍了2020年7月2日发布的ngx_echo 。 概要 location /hello { echo "hello, world!" ; } location /hello { echo -n "hello, " ; echo "world!" ; } location /timed_hello { echo_reset_timer; echo hello world; echo "'hello world' takes about $echo_timer_elapse
【文件预览】:
echo-nginx-module-master
----.gitignore(618B)
----t()
--------incr.t(493B)
--------request-body.t(1KB)
--------subrequest.t(13KB)
--------sleep.t(3KB)
--------abort-parent.t(1KB)
--------location-async.t(7KB)
--------if.t(2KB)
--------status.t(2KB)
--------echo.t(6KB)
--------blocking-sleep.t(2KB)
--------filter-used.t(859B)
--------subrequest-async.t(11KB)
--------unused.t(2KB)
--------gzip.t(491B)
--------echo-timer.t(2KB)
--------foreach-split.t(5KB)
--------request-info.t(15KB)
--------echo-after-body.t(4KB)
--------exec.t(3KB)
--------location.t(9KB)
--------echo-before-body.t(4KB)
--------mixed.t(1KB)
--------echo-duplicate.t(1KB)
----src()
--------ngx_http_echo_subrequest.h(612B)
--------ngx_http_echo_request_info.c(12KB)
--------ngx_http_echo_foreach.h(458B)
--------ngx_http_echo_filter.c(8KB)
--------ngx_http_echo_module.c(19KB)
--------ngx_http_echo_util.c(6KB)
--------ngx_http_echo_foreach.c(5KB)
--------ngx_http_echo_handler.h(383B)
--------ngx_http_echo_subrequest.c(21KB)
--------ngx_http_echo_location.h(380B)
--------ngx_http_echo_sleep.c(5KB)
--------ngx_http_echo_location.c(4KB)
--------ngx_http_echo_var.c(3KB)
--------ngx_http_echo_filter.h(311B)
--------ngx_http_echo_echo.h(758B)
--------ngx_http_echo_module.h(4KB)
--------ngx_http_echo_timer.h(336B)
--------ngx_http_echo_timer.c(2KB)
--------ngx_http_echo_var.h(155B)
--------ngx_http_echo_util.h(1KB)
--------ngx_http_echo_handler.c(11KB)
--------ddebug.h(2KB)
--------ngx_http_echo_sleep.h(435B)
--------ngx_http_echo_echo.c(8KB)
--------ngx_http_echo_request_info.h(1KB)
----.travis.yml(2KB)
----valgrind.suppress(986B)
----LICENSE(1KB)
----util()
--------wiki2pod.pl(3KB)
--------releng(217B)
--------build.sh(2KB)
----README.markdown(53KB)
----config(3KB)
----.gitattributes(27B)

网友评论