パッケージ: libnginx-mod-http-echo (1.14.2-2+deb10u5) [security]
libnginx-mod-http-echo に関するリンク
Debian の資源:
nginx ソースパッケージをダウンロード:
メンテナ:
外部の資源:
- ホームページ [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 ライブラリ: 共有ライブラリ
以下のパッケージによって提供される仮想パッケージでもあります: libc6-udeb
- dep: libc6 (>= 2.17) [arm64]
- dep: libc6 (>= 2.4) [armhf, i386]
-
- dep: nginx-common (= 1.14.2-2+deb10u5)
- small, powerful, scalable web/proxy server - common files