class Faraday::Connection

def close

but does not prevent new connections from being made.
persistent connections, this closes all currently open connections
Closes the underlying resources and/or connections. In the case of
def close
  app.close
end