Home | Wiki | OI 1.x Docs | OI 2.x Docs |
OpenInteract2::Response::Apache - Response handler using Apache/mod_perl 1.x
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 (c) 2002-2003 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.
Chris Winters <chris@cwinters.com>
Generated from the OpenInteract 1.99_04 source.