class Restforce::Middleware::InstanceURL

def call(env)

def call(env)
  # If the connection url_prefix isn't set, we must not be authenticated.
  raise Restforce::UnauthorizedError, 'Connection prefix not set' unless url_prefix_set?
  @app.call(env)
end