github.com/Aestek/consul@v1.2.4-0.20190309222502-b2c31e33971a/ui-v2/app/utils/http/method.js (about)

     1  export const PUT = 'PUT';
     2  export const DELETE = 'DELETE';
     3  export const POST = 'POST';