class Typhoeus::Easy

def initialize

def initialize
  @method = :get
  @post_dat_set = nil
  @headers = {}
end