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

NAME

YAWF::Request - Object for an HTTP request

SYNOPSIS

  my $request = YAWF->request;

DESCRIPTION

This module handles the processing of HTTP requests to a YAWF based project.

This module is the main entry point for all requests, it creates a new (singleton) YAWF parent object.

METHODS

new

This is usually done by the HTTP server or the YAWF module for your HTTP server.

run

Usually called by the HTTP server's YAWF module, processes the request.

SUPPORT

No support is available

AUTHOR

Copyright 2010 Sebastian Willing.