Fotango Ltd > Froody-42 > Froody::Request

Download:
Froody-42.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Source   Latest Release: Froody-42.041_2

NAME ^

Froody::Request - a Froody server request

DESCRIPTION ^

A request into a Froody server. Has a method attribute, and params for the method. Normally you would use a subclass of this that gets the method and params from some external source, for instance Froody::Request::CGI.

ATTRIBUTES ^

method

The method of the request, probably taken from the URL of the CGI request or something.

params

A hash of named parameters to pass to the request handler, taken from the CGI params on the request or something.

BUGS ^

None known.

Please report any bugs you find via the CPAN RT system. http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Froody

AUTHOR ^

Copyright Fotango 2005. All rights reserved.

Please see the main Froody documentation for details of who has worked on this project.

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

SEE ALSO ^

Froody, Froody::Dispatch