ruby-faraday-multipart

Perform multipart-post requests using Faraday
  https://github.com/lostisland/faraday-multipart
  0
  no reviews



The Multipart middleware converts a Faraday::Request#body Hash of key/value pairs into a multipart form request, but only under these conditions: * The request's Content-Type is "multipart/form-data" * Content-Type is unspecified, AND one of the values in the Body responds to #content_type.