X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Ftalk-introduction-to-psgi;a=blobdiff_plain;f=slides.html;h=fef0bc2a56e47c841dfd48358d97a74927100f8d;hp=5781fc8c771872a822103ff5aea0e17d69688726;hb=c3702aa22054180570f09c504f29b7a3b183225b;hpb=499f996ae29359b7fd5179cad7e6cb367023354d diff --git a/slides.html b/slides.html index 5781fc8..fef0bc2 100644 --- a/slides.html +++ b/slides.html @@ -1338,6 +1338,16 @@ layout: true --- +name: middleware-debug + +### [`Debug`](https://metacpan.org/pod/Plack::Middleware::Debug) + +```perl +enable 'Debug'; +``` + +--- + ### [`ReverseProxy`](https://metacpan.org/pod/Plack::Middleware::ReverseProxy) ```perl @@ -1418,6 +1428,7 @@ layout: false - Logging - Error handling - Sessions + - Rate limiters -- - PSGI also specifies a way to delay or stream responses to the server. @@ -1472,5 +1483,5 @@ Leave me feedback, if you want: ] ] - +