class Restforce::Middleware

def connection

Internal: Proxy to the client's faraday connection.
def connection
  client.send(:connection)
end