Azure / Azure/azure-functions-nodejs-library

Turn http stream support on by default

Open
#309 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.