mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
7 lines
375 B
Plaintext
7 lines
375 B
Plaintext
The Perl 5 module Plack::Middleware::Debug is a Plack middleware.
|
|
It offers a configurable set of panels that displays information
|
|
about the current request and response. The information is generated
|
|
only for responses with a status of 200 (OK) and a Content-Type
|
|
that contains text/html or application/xhtml+xml and is embedded
|
|
in the HTML that is sent back to the browser.
|