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 |
Answered by
PrzemyslawKlys
Apr 14, 2025
Replies: 2 comments
|
Is |
0 replies
Answer selected by
nhratos
|
pff, shame on me :( Thanks :) |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is
new-html { }not enough? It returns generated HTML if not provided using ShowHTML or filePath?