Right now customers have to turn on http stream support with the following code:
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
Right now customers have to turn on http stream support with the following code:
When we do the next major version of
@azure/functions, we should ideally turn it on by default