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` #833

Closed JS-mark closed 1 year ago

JS-mark commented 1 year ago

The fixRequestBody method provided now does not support the handling of the type for which Content- type is multipart/form- data. This pr has modified the method to support this type.

JS-mark commented 1 year ago

I'm sorry, I've just finished my work recently. I've revised a version. Please take a look at it.