NAME
OpenInteract2::Response::Apache2 - Response handler using Apache/mod_perl 2.x
SYNOPSIS
DESCRIPTION
METHODS
init( \%params )
Initialize the response. The \%params
hashref must include the key 'apache' which is an Apache::RequestRec 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::RequestRec object.
COPYRIGHT
Copyright (c) 2002-2004 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>