hoppscotch / hoppscotch-extension

🧩 Browser extensions to provide more capabilities to https://hoppscotch.io
https://hoppscotch.io
MIT License
255 stars 100 forks source link

feat: handle binary files in body #307

Closed amk-dev closed 2 weeks ago

amk-dev commented 2 weeks ago

Changes

hoppscotch/hoppscotch#4466 we introduced the ability to set binary body for requests. this PR adds support for sending binary body via the extension.

note: in a future PR, we should use the same method for multipart/form-data also.