FreeBSD Manual Pages
Plack::Middleware::ThrUsereContributed PePlack::Middleware::Throttle::Daily(3) NAME Plack::Middleware::Throttle::Daily - A Plack Middleware for rate-limiting incoming HTTP requests. SYNOPSIS my $handler = builder { enable "Throttle::Daily", max => 2, backend => Plack::Middleware::Throttle::Backend::Hash->new(); sub { [ '200', [ 'Content-Type' => 'text/html' ], ['hello world'] ] }; }; DESCRIPTION How many request an host can do in one day. OPTIONS max How many requets can be done in one day. AUTHOR franck cuny <franck@lumberjaph.net> SEE ALSO LICENSE This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. perl v5.32.0 2010-04Plack::Middleware::Throttle::Daily(3)
NAME | SYNOPSIS | DESCRIPTION | OPTIONS | AUTHOR | SEE ALSO | LICENSE
Want to link to this manual page? Use this URL:
<https://www.freebsd.org/cgi/man.cgi?query=Plack::Middleware::Throttle::Daily&sektion=3&manpath=FreeBSD+12.2-RELEASE+and+Ports>