Árvore de páginas

Versões comparadas

Chave

  • Esta linha foi adicionada.
  • Esta linha foi removida.
  • A formatação mudou.

Verifica se uma determinada chave, recebida por parâmetro, existe no header do objeto response

Sintaxe
oObj:ExistKeyHeaderResponse( < cKey > )

...

#include "tlpp-core.th"
#include "tlpp-rest.th"
Using Namespace tlpp.rest
Using Namespace tlpp.rest
@Get("/documentation/existkeyheaderresponse")
User Function fexistKeyHeaderResponse(")
   Local lReturn := .f.
   Local cKey := "Content-Type"
   
   lReturn := oRest:existKeyHeaderResponse( cKey )
   
return oRest:setResponse('{"existKeyHeaderResponse":"' + cValToChar(lReturn) + '"}')
Abrangência

01/2020