Help for this page
any qr{.{8190}.*} => sub { status '414'; # 414 - Request-URI Too Long };
package Plack::Middleware::ProhibitRequestUri8190; use parent qw(Plack::Middleware); use Plack::Util; ... }); } }