-
I'm trying to stream HTML but the browser is always receiving multiple content types.
I'm setting the content type on the context before returning the stream:
Using |
Beta Was this translation helpful? Give feedback.
Answered by
yusukebe
May 23, 2024
Replies: 1 comment 2 replies
-
HI @PierBover You can use context.header('Content-Type', 'text/html; charset=UTF-8') |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
PierBover
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
HI @PierBover
You can use
context.header()
: