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

Changelog

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

  * Rebuild against new nginx 1.26.0-1ubuntu1.

 -- Gianfranco Costamagna <email address hidden>  Sun, 02 Jun 2024 08:45:05 +0200

Upload details

Uploaded by:
Gianfranco Costamagna
Uploaded to:
Oracular
Original maintainer:
Debian Nginx Maintainers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc

Downloads

File Size SHA-256 Checksum
libnginx-mod-http-echo_0.63.orig.tar.gz 52.2 KiB d83689f095fdce67b86c1f734ae71c53cb57e43912dcd6455e9ddd715c9c2c20
libnginx-mod-http-echo_0.63-6build3.debian.tar.xz 3.9 KiB aa0bb44db5455b35ce7b55027be6af33af0b73f4af727bcc9bae737a4d535ac2
libnginx-mod-http-echo_0.63-6build3.dsc 2.1 KiB a4c3cba929f0222a974145bab80691d6e3b0d6b266b90521fdfe3761e35dfc9b

Available diffs

View changes file

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