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

Changelog

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

  * d/t/generic rework. The test now checks module after
    installation/reload/restart.
  * d/control: bump Standards-Version: 4.6.2, no changes
  * d/gbb.conf: added
  * d/copyright: bump my copyright year
  * d/copyright: reformat text to be compatible with 'cme update dpkg-copyright'
  * d/fix.scanned.copyright: added, fixes upstream author name parsing
  * NEW ABI: rebuild with nginx-abi-1.22.1-7

 -- Jan Mojžíš <email address hidden>  Mon, 13 Feb 2023 15:03:42 +0100

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-4.dsc 2.2 KiB 413d7bad9979618971d8d8bcc143011ce924614755ecbe2eb99ecec9813d0a7d
libnginx-mod-http-echo_0.63.orig.tar.gz 52.2 KiB d83689f095fdce67b86c1f734ae71c53cb57e43912dcd6455e9ddd715c9c2c20
libnginx-mod-http-echo_0.63-4.debian.tar.xz 3.7 KiB fe11edee52b203c16cb150dbf01cbdaea4278a7cabad0ebbed2f7157492ed435

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