[ 原始碼: libnginx-mod-http-echo ]
套件:libnginx-mod-http-echo(1:0.63-6 以及其他的)
libnginx-mod-http-echo 的相關連結
Debian 的資源:
下載原始碼套件 libnginx-mod-http-echo:
- [libnginx-mod-http-echo_0.63-6.dsc]
- [libnginx-mod-http-echo_0.63.orig.tar.gz]
- [libnginx-mod-http-echo_0.63-6.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
Bring echo and more shell style goodies to Nginx
Echo module wraps lots of Nginx internal APIs for streaming input and output, parallel/sequential subrequests, timers and sleeping, as well as various meta data accessing.
Basically it provides various utilities that help testing and debugging of other modules by trivially emulating different kinds of faked subrequest locations.
People will also find it useful in real-world applications that need to:
1. Serve static contents directly from memory. 2. Wrap the upstream response with custom header and footer (kinda like the
addition module but with contents read directly from the config file and Nginx variables).3. Merge contents of various "Nginx locations" (i.e., subrequests) together in
a single main request (using echo_location and its friends).
其他與 libnginx-mod-http-echo 有關的套件
|
|
|
|
-
- dep: libc6 (>= 2.17)
- GNU C 函式庫:共用函式庫
同時作為一個虛擬套件由這些套件填實: libc6-udeb
-
- dep: nginx-abi-1.26.0-1
- 本虛擬套件由這些套件填實: nginx
-
- rec: nginx
- small, powerful, scalable web/proxy server