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

NAME

Egg::Request::CGI - CGI.pm for Egg request.

DESCRIPTION

The request processing is done based on CGI.pm.

The following items of $e->config->{request} are evaluated.

  • POST_MAX

    Maximum size of standard input when request method is POST.

  • DISABLE_UPLOADS

    Upload is not accepted when keeping effective.

  • TEMP_DIR

    Temporary preservation directory PATH of upload file.

METHODS

new

CGI object is set in 'r' method.

SEE ALSO

CGI, Egg::Request, Egg::Release,

AUTHOR

Masatoshi Mizuno <lushe@cpan.org>

COPYRIGHT

Copyright (C) 2007 by Bee Flag, Corp. <http://egg.bomcity.com/>, All Rights Reserved.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.6 or, at your option, any later version of Perl 5 you may have available.