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

NAME

CGI::Mungo::Response - Page response class

SYNOPSIS

DESCRIPTION

Factory class for creating response objects.

METHODS

new($mungo, $plugin)

Constructor, a factory method that will return an instance of the requested response plugin.

If the response is not modified from the client's provided Etag header an instance of <LCGI::Mungo::Response::NotModified> will be returned instead.

Author

MacGyveR <dumb@cpan.org>

Development questions, bug reports, and patches are welcome to the above address

Copyright

Copyright (c) 2013 MacGyveR. All rights reserved.

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