module HTTP::Chainable

def follow(opts = {})

Other tags:
    See: Redirector#initialize -

Returns:
  • (HTTP::Client) -

Parameters:
  • opts () --
def follow(opts = {})
  branch default_options.with_follow opts
end