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



NAME

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


SYNOPSIS

Internal use only.


DESCRIPTION

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

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

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

Use RT http://rt.cpan.org/NoAuth/Bugs.html to submit bug reports.


HOMEPAGE

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


AUTHOR

John Drago mailto:jdrago_999@yahoo.com


COPYRIGHT AND LICENSE

Copyright 2007 John Drago, All rights reserved.

This software is free software. It may be used and distributed under the same terms as Perl itself.

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