# File lib/curl/easy.rb, line 280
    def http_get
      set :httpget, true
      http :GET
    end