We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3940c04 commit d488b48Copy full SHA for d488b48
types/setup.d.ts
@@ -3,7 +3,8 @@
3
4
export interface SetupOptions {
5
/**
6
- * PREVIEW: Stream http requests and responses instead of loading entire body in memory
+ * PREVIEW: Stream http requests and responses instead of loading entire body in memory.
7
+ * [Learn more here](https://aka.ms/AzFuncNodeHttpStreams)
8
*/
9
enableHttpStream?: boolean;
10
}
0 commit comments