Method: HTTPX::Plugins::Persistent.extra_options

Defined in:
lib/httpx/plugins/persistent.rb

.extra_options(options) ⇒ Object



25
26
27
# File 'lib/httpx/plugins/persistent.rb', line 25

def self.extra_options(options)
  options.merge(persistent: true)
end