diff options
Diffstat (limited to 'ruby/ruby-multipart-post/README')
-rw-r--r-- | ruby/ruby-multipart-post/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ruby/ruby-multipart-post/README b/ruby/ruby-multipart-post/README new file mode 100644 index 0000000000..0631cb3d8e --- /dev/null +++ b/ruby/ruby-multipart-post/README @@ -0,0 +1,5 @@ +ruby-multipart-post (A multipart form post accessory for Net::HTTP) + +Use with Net::HTTP to do multipart form posts. +IO values that have #content_type, #original_filename, and +#local_path will be posted as a binary file. |