[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Yet another feature request for the web-server
On Sep 5, Francisco Solsona wrote:
>
> Right, lets forget about having access directly to the output stream.
Note that in some rare cases you might still want that. For example,
you might want to spit out a file's contents directly on the page (not
sending a file by itself which is handled elsewhere) -- accumulating
it in memory before sending might not be feasible.
> One obvious way to overcome this is to implement the META tag:
>
> http://www.htmlhelp.com/reference/wilbur/head/meta.html
>
> it would be simple enough to parse the (head ...) section of the
> Xexpr, in search of META tags to transform into headers.
That's a nice idea.
--
((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay:
http://www.barzilay.org/ Maze is Life!