github.com/criteo-forks/consul@v1.4.5-criteonogrpc/ui-v2/app/utils/http/method.js (about) 1 export const PUT = 'PUT'; 2 export const DELETE = 'DELETE'; 3 export const POST = 'POST';