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, etcEx:GET,POST,PUT,etc |
Exemplos
#include "tlpp-core.th" #include "tlpp-rest.th" // http:localhost:9090/api/minhaURL @Get("minhaURL") Function u_getMethodExample() Local creturn := "" creturn := oRest:getMethodRequest() conout(cReturn) // Vai exibir GET creturn := "{'Method':" + creturn + "}" oRest:SetResponse(cReturn) Return
Abrangência
07/2019
Visão Geral
Import HTML Content
Conteúdo das Ferramentas
Tarefas