Re: Apache::Request#rewind?
Shugo Maeda <[email protected]> Tue, 15 Feb 2005 09:56:28 +0900
| Newsgroups | gmane.comp.apache.mod-ruby |
|---|---|
| Message-ID | <[email protected]> |
Hi,
Colin Steele wrote:
> I'm using Apache 2 and mod_ruby 1.2.4, and Apache::Request objects don't
> seem to have a rewind method. Is that because it's not supported under
> Apache2? If so, is there any plan to add support for it?
Is this what you want?
Apache.request.output_buffer.replace("")
Or do you want to rewind a input stream?
Shugo