Method: HTTPX::Chainable#timeout

Defined in:
lib/httpx/chainable.rb

#timeout(**args) ⇒ Object



15
16
17
# File 'lib/httpx/chainable.rb', line 15

def timeout(**args)
  branch(default_options.with_timeout(args))
end