The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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.