blob: 905e9441bf9ccc4071481d62768293e3bae1c18e (
plain) (
tree)
|
|
package Plack::Middleware::APIRateLimit;
use strict;
use warnings;
our $VERSION = '0.01';
1;
__END__
=head1 NAME
Plack::Middleware::APIRateLimit -
=head1 SYNOPSIS
use Plack::Middleware::APIRateLimit;
=head1 DESCRIPTION
Plack::Middleware::APIRateLimit is
=head1 AUTHOR
franck cuny E<lt>franck.cuny@rtgi.frE<gt>
=head1 SEE ALSO
=head1 LICENSE
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.
=cut
|