Registry / networking / multipart-body

multipart-body

JSON →
library0.2.1rbrubygemsunverified

A Ruby library to create multipart bodies for HTTP requests.

gem install multipart_body
INSTALL
IMPORT
SIG · MULTIPART-BODY
M
multipart-body
networkingrubyv0.2.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

MultipartBody
require 'multipart_body'

Create a multipart body with a file part.

require 'multipart_body' body = MultipartBody.new([{ name: 'file', content: 'data', filename: 'test.txt' }]) puts body.to_s
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.2.1latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
multipart-body — gem install multipart-body · libregistry