Skip to content

Commit 67eb4fb

Browse files
committed
docs(README.md): add Using multipart/form-data section
related: #33
1 parent 20f2695 commit 67eb4fb

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,11 @@ export default (req: NextApiRequest, res: NextApiResponse) => (
5353
);
5454
```
5555

56+
#### Using `multipart/form-data`
57+
* If you are using the `multipart/form-data`, refer to the Issues below
58+
* https://github.com/stegano/next-http-proxy-middleware/issues/33
59+
* https://github.com/vercel/next.js/pull/7686
60+
5661
## Contributors ✨
5762

5863
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
@@ -76,4 +81,4 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
7681

7782
<!-- ALL-CONTRIBUTORS-LIST:END -->
7883

79-
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
84+
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!

0 commit comments

Comments
 (0)