Skip to content

Commit ccc410c

Browse files
Update functions-reference-node.md
Removing the following known issue from Stream considerations section: + The `request.params` object isn't supported when using HTTP streams during preview. Refer to this [GitHub issue](Azure/azure-functions-nodejs-library#229) for more information and suggested workaround.
1 parent 20b1ea1 commit ccc410c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

articles/azure-functions/functions-reference-node.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1496,8 +1496,6 @@ This example shows an HTTP triggered function that streams a file's content as t
14961496
14971497
### Stream considerations
14981498
1499-
+ The `request.params` object isn't supported when using HTTP streams during preview. Refer to this [GitHub issue](https://github.com/Azure/azure-functions-nodejs-library/issues/229) for more information and suggested workaround.
1500-
15011499
+ Use `request.body` to obtain the maximum benefit from using streams. You can still continue to use methods like `request.text()`, which always return the body as a string.
15021500
::: zone-end
15031501

0 commit comments

Comments
 (0)