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

NAME

Ginger::Reference::Request::IO::Mongrel2 - Ginger::Reference Component

VERSION

0.02

SYNOPSIS

Component of Ginger::Reference that handles recieving web requests from Mongrel2 via ZeroMQ.

DESCRIPTION

The following things are handled by this module:

  • Receiving requests from Mongrel2

  • Parsing the raw Mongrel2 incoming request into a structure format

  • Decoding post data if it is set

  • Routing request via web_router module

  • Sending the results of a routed request back out to Mongrel2

  • Sending desired cookies to be set to Mongrel2

Known Bugs

  • File uploads are not handled properly

LICENSE

  Copyright (C) 2013 David Helkowski
  
  This program is free software; you can redistribute it and/or
  modify it under the terms of the GNU General Public License as
  published by the Free Software Foundation; either version 2 of the
  License, or (at your option) any later version.  You may also can
  redistribute it and/or modify it under the terms of the Perl
  Artistic License.
  
  This program is distributed in the hope that it will be useful,
  but WITHOUT ANY WARRANTY; without even the implied warranty of
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  GNU General Public License for more details.

1 POD Error

The following errors were encountered while parsing the POD:

Around line 481:

You forgot a '=back' before '=head2'