Skip to content

Commit 7196835

Browse files
committed
more fixs
1 parent 770ad2b commit 7196835

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1424,7 +1424,7 @@ The response can be set in several ways:
14241424
14251425
## HTTP streams (preview)
14261426
1427-
HTTP streams is a feature that makes it easier to process large data, stream OpenAI responses, deliver dynamic content, and other HTTP scenarios. It lets you stream requests to and responses from HTTP endpoints in your app. Use HTTP streams in scenarios where real-time exchange and interaction between client and server over HTTP is required. HTTP streams to get the best performance and reliability for your apps.
1427+
HTTP streams is a feature that makes it easier to process large data, stream OpenAI responses, deliver dynamic content, and support other core HTTP scenarios. It lets you stream requests to and responses from HTTP endpoints in your Node.js function app. Use HTTP streams in scenarios where your app requires real-time exchange and interaction between client and server over HTTP. You can also use HTTP streams to get the best performance and reliability for your apps when using HTTP.
14281428
14291429
HTTP streams is currently in preview.
14301430

0 commit comments

Comments
 (0)