Apache2-ClickPath

 view release on metacpan or  search on metacpan

lib/Apache2/ClickPath/Store.pm  view on Meta::CPAN


=item B<v>

this parameter is valid only if C<a> is C<set>. It contains the actual data
to be written.

=back

Normally the store answers a request with HTTP status code 200 (OK). In case
of a read operation the response body contains just the data item. The HTTP
content-type is set to C<application/octet-stream>. In case of a write
operation the string C<ok> is returned with the content-type set to
C<text/plain>.

If something went wrong it is indicated by the HTTP status code. The store
returns the following codes:

=over 4

=item B<500> Server Error

this indicates a configuration error. Maybe the data directory doesn't exist

t/session/003output_body.t  view on Meta::CPAN

  </body>
</html>
EOF
close F;

open F, ">t/htdocs/tmp/y.html" and print F <<"EOF";

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
	<head>
		<meta http-equiv="content-type" content="text/html;charset=ISO-8859-1">
		<meta HTTP-EQUIV=REFRESH CONTENT="0; URL=/klaus/view/index.shtml">
	</head>

	<body>
		<center>
			<div class="box">
				<span class="headline">Weiterleitung&nbsp;|&nbsp;</span>eine&nbsp;Moment&nbsp;bitte
			</div>
			<p>Sie werden automatisch auf die gew&uuml;nschte Seite weitergeleitet.<p>
			<p><a href="/klaus/view/index.shtml">Falls Ihr Browser keine Weiterleitung unterst&uuml;tzt, klicken Sie bitte hier.</a></p>



( run in 0.785 second using v1.01-cache-2.11-cpan-524268b4103 )