| Class | HTTP::FormData::Part |
| In: |
lib/http/form_data/part.rb
|
| Parent: | Object |
Represents a body part of multipart/form-data request.
@example Usage with String
body = "Message" FormData::Part.new body, :content_type => 'foobar.txt; charset="UTF-8"'