Sha256: 61d4037f5e774dbd70b61b272b3aed27eb983702991b9b0ab3448353beda902b
Contents?: true
Size: 395 Bytes
Versions: 1
Compression:
Stored size: 395 Bytes
Contents
module Appium module Core class Base module Http class Default < Selenium::WebDriver::Remote::Http::Default # TODO: when divide the core to the other gem, then update here. appium/ruby_lib_core/#{version} DEFAULT_HEADERS = { 'Accept' => CONTENT_TYPE, 'User-Agent' => "appium/ruby_lib/#{::Appium::VERSION}" }.freeze end end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
appium_lib-9.7.0 | lib/appium_lib/core/common/base/http_default.rb |