Sha256: ed291f8fcd9d5b5b27f87b528299337c9be9ff32be486bc915e6dc23e7198b98
Contents?: true
Size: 521 Bytes
Versions: 2
Compression:
Stored size: 521 Bytes
Contents
module Ethon module Easies module Http module Putable # Set things up when form is provided. # Deals with multipart forms. # # @example Setup. # put.set_form(easy) # # @param [ Easy ] easy The easy to setup. def set_form(easy) easy.url ||= url easy.upload = true form.escape = true easy.infilesize = form.to_s.bytesize easy.set_read_callback(form.to_s) end end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ethon-0.0.2 | lib/ethon/easies/http/putable.rb |
ethon-0.0.1 | lib/ethon/easies/http/putable.rb |