Join Slack
Communities
Powered by
Is there a way to directly write the response with...
# javalin
a
Albert
07/09/2019, 2:22 PM
Is there a way to directly write the response with
.result
?
t
tipsy
07/09/2019, 3:01 PM
not by using
ctx.result
, but you can use
ctx.res.outputStream
tipsy
07/09/2019, 3:01 PM
that's the underlying output stream of the servlet response
a
Albert
07/09/2019, 3:56 PM
Thanks!
2
Views
Open in Slack
Previous
Next