ronin-rb / ronin-support

A support library for Ronin. Like activesupport, but for hacking!
https://ronin-rb.dev
GNU Lesser General Public License v3.0
25 stars 9 forks source link

Add support for doing `multipart/form-data` HTTP requests #504

Open postmodern opened 2 months ago

postmodern commented 2 months ago

The Network::HTTP API does not currently have a way of building multipart/form-data HTTP requests, for uploading files. However, Net::HTTP does have a set_form method for this. We should brainstorm a keyword argument for specifying multipart/form-data requests, their Content-Type, and encoding.