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

Changelog

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

  * No-change rebuild to reinstate the armhf binaries which are making
    nginx-extras uninstallable on that architecture.

 -- Andreas Hasenack <email address hidden>  Wed, 17 Apr 2024 09:24:59 -0300

Upload details

Uploaded by:
Andreas Hasenack
Uploaded to:
Noble
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
Noble 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-6build2.debian.tar.xz 3.9 KiB 041433a5eb997f3759f9167b6328ae261c4cd4f8921bd0fb449ffc9078f9a5b4
libnginx-mod-http-echo_0.63-6build2.dsc 2.1 KiB 13baeb6fb48ea34d511ab22d8df1539c25cac45f547e912361f8f11ef743f7ad

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