Sintaxe
nrSendHttpResponse(nr as Object, _url as String, msg as Object) as VoidDescrição
Envie um evento HTTP_RESPONSE do tipo ConnectedDeviceSystem.
Argumentos
Argumentos  | Descrição  | 
|---|---|
  | Objeto agente New Relic .  | 
  | URL da solicitação.  | 
  | Uma mensagem do tipo roUrlEvent.  | 
Retornar
Nada.
Exemplo
msg = wait(5000, m.port)      if type(msg) = "roUrlEvent" then                nrSendHttpResponse(m.nr, _url, msg)      end if