Class: Appium::Core::Base::Http::Default

Inherits:
Selenium::WebDriver::Remote::Http::Default
  • Object
show all
Defined in:
lib/appium_lib_core/common/base/http_default.rb

Constant Summary collapse

DEFAULT_HEADERS =
{
  'Accept' => CONTENT_TYPE,
  'Content-Type' => "#{CONTENT_TYPE}; charset=UTF-8",
  'User-Agent' => "appium/ruby_lib_core/#{VERSION}"
}.freeze