Azure / Azure/azure-functions-nodejs-library
Turn http stream support on by default
Open
breaking
- Dominant language
- TypeScript
- Stars
- 70
- Forks
- 35
- Avg merge
- 4d 18h
- Merged PRs (30d)
- 6
Description
Right now customers have to turn on http stream support with the following code:
```typescript
import { app } from '@azure/functions';
app.setup({ enableHttpStream: true });
```
When we do the next major version of `@azure/functions`, we should ideally turn it on by default
Contributor guide
Assessment
This issue has not been assessed yet.