Sha256: 797d37f9b336f0225c3935dd1c31e104560c8149a61259f83708c1217b8c079f
Contents?: true
Size: 509 Bytes
Versions: 2
Compression:
Stored size: 509 Bytes
Contents
module Ethon module Easies module Http # This class knows everything about making GET requests. class Get include Ethon::Easies::Http::Actionable include Ethon::Easies::Http::Postable # Setup url with escaped params and httpget. # # @example Setup. # get.set_params(easy) # # @param [ Easy ] easy The easy to setup. def set_customs(easy) easy.customrequest = "GET" 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/get.rb |
ethon-0.0.1 | lib/ethon/easies/http/get.rb |