Skip to content

Commit

Permalink
Add aka.ms link to stream flag (#222)
Browse files Browse the repository at this point in the history
  • Loading branch information
ejizba committed Feb 20, 2024
1 parent 3940c04 commit d488b48
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion types/setup.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@

export interface SetupOptions {
/**
* 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.
* [Learn more here](https://aka.ms/AzFuncNodeHttpStreams)
*/
enableHttpStream?: boolean;
}

0 comments on commit d488b48

Please sign in to comment.