Sha256: c362b3d9309cdbdb9a0c0fe8571ec474dc7773c4d45cf1587cf9e25ccb19c9da
Contents?: true
Size: 402 Bytes
Versions: 2
Compression:
Stored size: 402 Bytes
Contents
module Ethon module Easies module Http # This class knows everything about making POST requests. class Post include Ethon::Easies::Http::Actionable include Ethon::Easies::Http::Postable def set_customs(easy) if form.empty? easy.postfieldsize = 0 easy.copypostfields = "" end 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/post.rb |
ethon-0.0.1 | lib/ethon/easies/http/post.rb |