Added
- This package now contains the underlying Azure Functions framework for Node.js in addition to the TypeScript types. Now you can get updates faster (or slower 😅) by including the npm package directly in your app instead of waiting for a rollout in Azure! More details here. This functionality requires Azure Functions host v4.14.0 or higher
- Added
bufferBody
property to http request object #294 - Added
HttpRequest.get
method to TypeScript types. This is the recommended, case-insensitive way to get headers #274
Fixed
- Request fails with nested "bytes" property set to a number #607