The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Labyrinth::Writer::Render::PSGI - Output Handler via PSGI for Labyrinth.

SYNOPSIS

  use Labyrinth::Writer::Render::PSGI;
  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

CGI::PSGI, Labyrinth

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.