Skip to content

Commit d488b48

Browse files
authored
Add aka.ms link to stream flag (#222)
1 parent 3940c04 commit d488b48

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

types/setup.d.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33

44
export interface SetupOptions {
55
/**
6-
* PREVIEW: Stream http requests and responses instead of loading entire body in memory
6+
* PREVIEW: Stream http requests and responses instead of loading entire body in memory.
7+
* [Learn more here](https://aka.ms/AzFuncNodeHttpStreams)
78
*/
89
enableHttpStream?: boolean;
910
}

0 commit comments

Comments
 (0)