套件: libnginx-mod-http-echo (1.18.0-0ubuntu1.5+10.0trisquel1)
libnginx-mod-http-echo 的相關超連結
Trisquel 的資源:
下載原始碼套件 nginx:
維護者:
Original Maintainers:
- Debian Nginx Maintainers (郵件存檔)
- Christos Trochalakis
外部的資源:
- 主頁 [nginx.net]
相似套件:
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.14) [amd64]
- GNU C Library: Shared libraries
同時作為一個虛擬套件由這些套件提供: libc6-udeb
- dep: libc6 (>= 2.4) [armhf]
-
- dep: nginx-common (= 1.18.0-0ubuntu1.5+10.0trisquel1)
- small, powerful, scalable web/proxy server - common files