Registry / http-client / multipart-post

multipart-post

JSON →
library2.4.1rbrubygemsunverified

A multipart form post accessory for Net::HTTP.

gem install multipart-post
INSTALL
IMPORT
SIG · MULTIPART-POST
M
multipart-post
http-clientrubyv2.4.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.

MultipartPost
✓ require 'multipart_post'

Sends a multipart POST request with a file.

require 'multipart_post' Net::HTTP.start('example.com') do |http| req = Net::HTTP::Post::Multipart.new('/upload', {file: File.new('test.txt')}) http.request(req) end
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.4.1latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
15 hits · last 30 days
node
14
Resources
multipart-post — gem install multipart-post · libregistry