Sha256: 88e7e4703d3d09d9f5c71b3eeb731b8edba1a9288ddd388f52e085a7275ec11f

Contents?: true

Size: 225 Bytes

Versions: 15

Compression:

Stored size: 225 Bytes

Contents

class Hyperion
  # all Typhoeus interation goes through this module
  # for maintenance and mocking purposes
  class Typho
    def self.request(uri, options={})
      Typhoeus::Request.new(uri, options).run
    end
  end
end

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
hyperion_http-0.6.0 lib/hyperion/aux/typho.rb
hyperion_http-0.5.0 lib/hyperion/aux/typho.rb
hyperion_http-0.3.0 lib/hyperion/aux/typho.rb
hyperion_http-0.2.4 lib/hyperion/aux/typho.rb
hyperion_http-0.2.3 lib/hyperion/aux/typho.rb
hyperion_http-0.2.2 lib/hyperion/aux/typho.rb
hyperion_http-0.2.1 lib/hyperion/aux/typho.rb
hyperion_http-0.1.9 lib/hyperion/aux/typho.rb
hyperion_http-0.1.8 lib/hyperion/aux/typho.rb
hyperion_http-0.1.7 lib/hyperion/aux/typho.rb
hyperion_http-0.1.6 lib/hyperion/aux/typho.rb
hyperion_http-0.1.5 lib/hyperion/aux/typho.rb
hyperion_http-0.1.4 lib/hyperion/aux/typho.rb
hyperion_http-0.1.3 lib/hyperion/aux/typho.rb
hyperion_http-0.1.2 lib/hyperion/aux/typho.rb