class Faraday::ConnectionOptions

connection object.
ConnectionOptions contains the configurable properties for a Faraday

def new_builder(block)

def new_builder(block)
  builder_class.new(&block)
end