Registry / http-client / httmultiparty

httmultiparty

JSON →
library0.3.16rbrubygemsunverified

HTTMultiParty is a thin wrapper around HTTParty to provide multipart uploads.

gem install httmultiparty
INSTALL
IMPORT
SIG · HTTMULTIPARTY
H
httmultiparty
http-clientrubyv0.3.16
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.

HTTMultiParty
require 'httmultiparty'

Upload a file via multipart POST

require 'httmultiparty' class MyUploader include HTTMultiParty base_uri 'https://example.com' end MyUploader.post('/upload', :query => {:file => File.new('test.txt')})
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.3.16latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
15 hits · last 30 days
node
14
Resources
httmultiparty — gem install httmultiparty · libregistry