Retorna qual o método executado para acessar o endpoint
Sintaxe
getMethodRequest()
Retorno
Nome | Tipo | Descrição |
---|---|---|
cMethod | string | API método ( Ex: GET, POST, PUT, etc |
Exemplos
// http:localhost:9090/api/minhaURL
@Get("minhaURL")
User function getMethodExample()
Local cReturn := ""
cReturn := oRest:getMethodRequest()
conout(cReturn) // Vai exibir GET
cReturn := "{'Method':" + cReturn + "}"
oRest:SetResponse(cReturn)
Return
Abrangência
Visão Geral
Import HTML Content
Conteúdo das Ferramentas
Tarefas