Skip to content

Commit

Permalink
docs(jsx-renderer): added Content-Encoding for stream option is true
Browse files Browse the repository at this point in the history
  • Loading branch information
yusukebe committed Sep 11, 2024
1 parent d223aca commit 1c6b39f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/middleware/builtin/jsx-renderer.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,8 @@ If `true` is set, the following headers are added:
```ts
{
'Transfer-Encoding': 'chunked',
'Content-Type': 'text/html; charset=UTF-8'
'Content-Type': 'text/html; charset=UTF-8',
'Content-Encoding': 'Identity'
}
```

Expand Down

0 comments on commit 1c6b39f

Please sign in to comment.