man Catalyst::Plugin::SubRequest () - Make subrequests to actions in Catalyst

NAME

Catalyst::Plugin::SubRequest - Make subrequests to actions in Catalyst

SYNOPSIS

    use Catalyst 'SubRequest';

    $c->subreq('/test/foo/bar', { template => 'magic.tt' });

DESCRIPTION

Make subrequests to actions in Catalyst. Uses the catalyst dispatcher, so it will work like an external url call.

METHODS

subreq path, [stash as hash ref], [parameters as hash ref]
sub_request
Takes a full path to a path you'd like to dispatch to. Any additional parameters are put into the stash.

SEE ALSO

Catalyst.

AUTHOR

Marcus Ramberg, CWmramberg@cpan.org

THANK YOU

SRI, for writing the awesome Catalyst framework

COPYRIGHT

This program is free software, you can redistribute it and/or modify it under the same terms as Perl itself.