/**
* Copyright (c) HashiCorp, Inc.
* SPDX-License-Identifier: MPL-2.0
*/
export const PUT = 'PUT';
export const DELETE = 'DELETE';
export const POST = 'POST';