Return the path address of requisition
Sintaxe
getPathRequest()
Retorno
Nome | Tipo | Descrição |
---|---|---|
cPathRequest | string | The path address of requisition |
Exemplos
// http:localhost:9090/api/mypath/teste
@Get("mypath/teste")
User function getPathExample()
Local cReturn := ""
cReturn := oRest:getPathRequest()
conout(cReturn) // Vai exibir a URN da requisição, por exemplo http:localhost:9090/api/mypath/teste
cReturn := "{'Path':" + cReturn + "}"
oRest:SetResponse(cReturn)
Return
Abrangência
Visão Geral
Import HTML Content
Conteúdo das Ferramentas
Tarefas