/* Copyright (c) 2017 Environmental Systems Research Institute, Inc. * Apache-2.0 */ /** * HTTP methods used by the ArcGIS REST API. */ export type HTTPMethods = "GET" | "POST";