NAME
OpenInteract2::Response::Apache - Response handler using Apache/mod_perl 1.x
SYNOPSIS
DESCRIPTION
METHODS
init( \%params )
Initialize the response. The \%params hashref must include the
key 'apache' which is an Apache object. This would be passed
to the new() method (documented in
OpenInteract2::Response).
send()
Adds the headers from the response object's cookie and header
properties to the Apache object. If the property
send_file is set the method sends the named file directly to the
client, otherwise it sends the data in the property content along
with the proper content type.
redirect()
Sends an HTTP redirect using the Apache object.
COPYRIGHT
Copyright (c) 2002-2005 Chris Winters. All rights reserved.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
AUTHORS
Chris Winters <chris@cwinters.com>
Generated from the OpenInteract 1.99_06 source.
