module HTTP::Chainable

def cookies(cookies)

Make a request with the given cookies
def cookies(cookies)
  branch default_options.with_cookies(cookies)
end