Class: Resend::MultipartRequest

Inherits:
Request
  • Object
show all
Defined in:
lib/resend/multipart_request.rb

Overview

Handles multipart/form-data requests (file uploads). Builds the multipart body directly instead of relying on HTTParty’s duck-typing file detection, which requires a :path method.

Constant Summary

Constants inherited from Request

Request::BASE_URL

Instance Attribute Summary

Attributes inherited from Request

#body, #options, #verb

Method Summary

Methods inherited from Request

#handle_error!, #initialize, #perform

Constructor Details

This class inherits a constructor from Resend::Request