Skip to content

Commit

Permalink
docs(README.md): add Using multipart/form-data section
Browse files Browse the repository at this point in the history
related: #33
  • Loading branch information
stegano committed Aug 16, 2021
1 parent 20f2695 commit 67eb4fb
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,11 @@ export default (req: NextApiRequest, res: NextApiResponse) => (
);
```

#### Using `multipart/form-data`
* If you are using the `multipart/form-data`, refer to the Issues below
* https://github.com/stegano/next-http-proxy-middleware/issues/33
* https://github.com/vercel/next.js/pull/7686

## Contributors ✨

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

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

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

0 comments on commit 67eb4fb

Please sign in to comment.