Created by: j
I wanted to be able to use the built-in web-outgoing passes for including default headers into my final response. Only thing is that options weren't available in it. This fixes it.
I also moved the web outgoing passes function into common for code-reuse.
Activity
Created by: codecov-io
Codecov Report
No coverage uploaded for pull request base (master@a3fe02d
). Click here to learn what that means. The diff coverage is100%
.@@ Coverage Diff @@ ## master #1283 +/- ## ======================================== Coverage ? 92.4% ======================================== Files ? 6 Lines ? 316 Branches ? 0 ======================================== Hits ? 292 Misses ? 24 Partials ? 0
Impacted Files Coverage Δ lib/http-proxy/passes/web-incoming.js 98.21% <100%> (ø)
lib/http-proxy/common.js 97.29% <100%> (ø)
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update a3fe02d...8adbad8. Read the comment docs.
Please register or sign in to reply