chimurai / http-proxy-middleware

:zap: The one-liner node.js http-proxy middleware for connect, express, next.js and more
MIT License
10.68k stars 826 forks source link

fix(utils): fixRequestBody support `multipart/form-data` #877

Closed JS-mark closed 1 year ago

JS-mark commented 1 year ago

Description

Motivation and Context

How has this been tested?

Types of changes

Checklist:

chimurai commented 1 year ago

Could you add unit tests in: https://github.com/chimurai/http-proxy-middleware/blob/master/test/unit/fix-request-body.spec.ts

JS-mark commented 1 year ago

Could you add unit tests in: https://github.com/chimurai/http-proxy-middleware/blob/master/test/unit/fix-request-body.spec.ts

ok It has been added.

coveralls commented 1 year ago

Coverage Status

Coverage: 97.917% (+0.04%) from 97.872% when pulling 52c2c444efaecd43b14a0fc0c33ee28a343b0d81 on JS-mark:fix/fixRequestBody into fd4e5587a429270bdfa2bd8669478fa16f17b00c on chimurai:master.