diff options
author | 2021-04-21 22:36:42 -0500 | |
---|---|---|
committer | 2021-04-21 22:36:42 -0500 | |
commit | 519a4313931f4c380d4966ce5a5210760b4687e1 (patch) | |
tree | bcf574ff114f3bdbfaa8ad552bcb776c35602b91 /ruby/ruby-multipart-post/README | |
parent | 89830884a89e34940c36edc371e834788b25325a (diff) | |
download | slackbuilds-519a4313931f4c380d4966ce5a5210760b4687e1.tar.gz slackbuilds-519a4313931f4c380d4966ce5a5210760b4687e1.tar.xz |
ruby/ruby-multipart-post: Removed (no maintainer)
Diffstat (limited to 'ruby/ruby-multipart-post/README')
-rw-r--r-- | ruby/ruby-multipart-post/README | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/ruby/ruby-multipart-post/README b/ruby/ruby-multipart-post/README deleted file mode 100644 index 0631cb3d8e..0000000000 --- a/ruby/ruby-multipart-post/README +++ /dev/null @@ -1,5 +0,0 @@ -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. |