Apache2::ASP::HTTPHandler - base HTTP handler class


Apache2-ASP documentation  | view source Contained in the Apache2-ASP distribution.

Index


NAME

Top

Apache2::ASP::HTTPHandler - base HTTP handler class

SYNOPSIS

Top

Internal use only.

DESCRIPTION

Top

All *Handlers (FormHandlers, ErrorHandlers, UploadHandlers, etc) are subclasses of this class.

HTTPHandler provides the mechanism for inheriting and initializing the ASP objects ($Request, $Response, $Session, $Server, etc) in itself and all of its subclasses, recursively.

PUBLIC METHODS

Top

VARS

This shoud be called by every *Handler and MediaManager subclass.

Returns a list of strings like this:

  qw(
    $Response   $Application
    $Request    $Stash
    $Config     $Form
    $Server     $Session
  );

BUGS

Top

It's possible that some bugs have found their way into this release.

Use RT http://rt.cpan.org/NoAuth/Bugs.html?Dist=Apache2-ASP to submit bug reports.

HOMEPAGE

Top

Please visit the Apache2::ASP homepage at http://www.devstack.com/ to see examples of Apache2::ASP in action.

AUTHOR

Top

John Drago mailto:jdrago_999@yahoo.com

COPYRIGHT AND LICENSE

Top


Apache2-ASP documentation  | view source Contained in the Apache2-ASP distribution.