Sha256: 056da1c94e7d0857fc509b9c20c00077b0c985b902781e9b5da2cb03a21f4dd5

Contents?: true

Size: 294 Bytes

Versions: 37

Compression:

Stored size: 294 Bytes

Contents

module Typhoeus
  class Service
    def initialize(host, port)
      @host = host
      @port = port
    end
    
    def get(resource, params)
    end
    
    def put(resource, params)
    end
    
    def post(resource, params)
    end
    
    def delete(resource, params)
    end
  end
end

Version data entries

37 entries across 37 versions & 9 rubygems

Version Path
abhay-typhoeus-0.0.22 lib/typhoeus/service.rb
marnen-typhoeus-0.3.7 lib/typhoeus/service.rb
marnen-typhoeus-0.3.6 lib/typhoeus/service.rb
marnen-typhoeus-0.3.5 lib/typhoeus/service.rb
marnen-typhoeus-0.3.4 lib/typhoeus/service.rb
typhoeus-0.3.3 lib/typhoeus/service.rb
typhoeus-0.3.2 lib/typhoeus/service.rb
xenda-typhoeus-0.2.4 lib/typhoeus/service.rb
typhoeus-0.2.4 lib/typhoeus/service.rb
typhoeus-0.2.3 lib/typhoeus/service.rb
arachni-typhoeus-0.2.0.2 lib/typhoeus/service.rb
typhoeus-0.2.2 lib/typhoeus/service.rb
arachni-typhoeus-0.2.0.1 lib/typhoeus/service.rb
arachni-typhoeus-0.2.0 lib/typhoeus/service.rb
typhoeus-0.2.1 lib/typhoeus/service.rb
typhoeus-0.2.0 lib/typhoeus/service.rb
fblee-typhoeus-0.1.31 lib/typhoeus/service.rb
tech-angels-typhoeus-0.1.36 lib/typhoeus/service.rb
typhoeus-0.1.31 lib/typhoeus/service.rb
typhoeus-0.1.30 lib/typhoeus/service.rb