# File lib/typhoeus/request.rb, line 81
    def localhost?
      %(localhost 127.0.0.1 0.0.0.0).include?(@parsed_uri.host)
    end