/p5-Plack-Middleware-AMF

Plack Middleware for AMF

Primary LanguagePerlGNU General Public License v3.0GPL-3.0

p5-Plack-Middleware-AMF

Plack::Middleware::AMF - The great new Plack::Middleware::AMF!

SYNOPSIS

use Plack::Builder;

builder {
    enable "AMF", path => qr/^\/amf\/gateway/;
	$app
};

INSTALLATION

To install this module, run the following commands:

perl Makefile.PL
make
make test
make install

SUPPORT AND DOCUMENTATION

After installing, you can find documentation for this module with the perldoc command.

perldoc Plack::Middleware::AMF

You can also look for information at: