libnginx-mod-http-echo 1:0.63-6 source package in Ubuntu

Changelog

libnginx-mod-http-echo (1:0.63-6) unstable; urgency=medium

  * d/control: remove Build-Depends nginx-abi-1.24.0-1

 -- Jan Mojžíš <email address hidden>  Sat, 07 Oct 2023 15:31:26 +0200

Upload details

Uploaded by:
Debian Nginx Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Nginx Maintainers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libnginx-mod-http-echo_0.63-6.dsc 2.1 KiB 7633145dac23070e724dc982ed8e244239137a46707f7c7026dd7dc6b3025c3e
libnginx-mod-http-echo_0.63.orig.tar.gz 52.2 KiB d83689f095fdce67b86c1f734ae71c53cb57e43912dcd6455e9ddd715c9c2c20
libnginx-mod-http-echo_0.63-6.debian.tar.xz 3.7 KiB 8f3a574513d5f82ec5a50724df7b5bfcaf38e3c9f5a553326f14662594a0f984

Available diffs

No changes file available.

Binary packages built by this source

libnginx-mod-http-echo: 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-dbgsym: debug symbols for libnginx-mod-http-echo