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

Changelog

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

  * NEW ABI: rebuild with nginx-abi-1.24.0-1

 -- Jan Mojžíš <email address hidden>  Tue, 27 Jun 2023 23:16:36 +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
Mantic release universe misc

Downloads

File Size SHA-256 Checksum
libnginx-mod-http-echo_0.63-5.dsc 2.2 KiB d0e691ad80c82aafafe0f33fb4d6eb43b424659e4cad047c838e23174a0b5148
libnginx-mod-http-echo_0.63.orig.tar.gz 52.2 KiB d83689f095fdce67b86c1f734ae71c53cb57e43912dcd6455e9ddd715c9c2c20
libnginx-mod-http-echo_0.63-5.debian.tar.xz 3.7 KiB 0f2c5c9be6d9cbc37afe5652f02f14b15e70b8049e2ff6db24953e4afa02fa1e

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