What is the most efficient way to get an output stream instead of a HTML file ? #486
-
|
Hello, I would like to generate pages an push the result back to the user via an open socket (for a webservice). Is there a better way to do this ? like a passthru option or toStream ? Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
Is |
Beta Was this translation helpful? Give feedback.
-
|
pff, shame on me :( Thanks :) |
Beta Was this translation helpful? Give feedback.
Is
new-html { }not enough? It returns generated HTML if not provided using ShowHTML or filePath?