Method: HTTPX::Plugins::Cookies::InstanceMethods#with_cookies

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

#with_cookies(cookies) ⇒ Object



73
74
75
# File 'lib/httpx/plugins/cookies.rb', line 73

def with_cookies(cookies)
  branch(default_options.with_cookies(cookies))
end