NAME
Labyrinth::Writer::Render::PSGI - Output Handler via PSGI for Labyrinth.
SYNOPSIS
my
$render
= Labyrinth::Writer::Render::PSGI->new();
$render
->redirect(
$url
);
# HTTP redirect
$render
->publish(
$format
,
$text
);
DESCRIPTION
Use CGI::PSGI to output text or redirect.
METHODS
- new
-
Object constructor.
- redirect($url)
-
Redirect to given URL.
- binary($vars)
-
Shorthand output of binary data and files.
- publish($format, $text)
-
Publishes text output.
SEE ALSO
AUTHOR
Barbie, <barbie@missbarbell.co.uk> for Miss Barbell Productions, http://www.missbarbell.co.uk/
COPYRIGHT & LICENSE
Copyright (C) 2013-2014 Barbie
for
Miss Barbell Productions
All Rights Reserved.
This module is free software; you can redistribute it and/or
modify it under the Artistic License 2.0.