azure-function-express
azure-function-express copied to clipboard
fix(request): Change IncomingMessage to be a Readable Stream
Changing IncomingMessage to a Readable stream allows body-parser to work correctly Fixes: #22 #15
Codecov Report
Merging #31 into master will not change coverage. The diff coverage is
100%.
@@ Coverage Diff @@
## master #31 +/- ##
=====================================
Coverage 100% 100%
=====================================
Files 4 4
Lines 67 67
Branches 18 18
=====================================
Hits 67 67
| Impacted Files | Coverage Δ | |
|---|---|---|
| src/IncomingMessage.js | 100% <100%> (ø) |
:arrow_up: |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact),ø = not affected,? = missing dataPowered by Codecov. Last update 2bd9041...929ca7e. Read the comment docs.
Could this PR me merged? It's really a blocking issue... @yvele ?