UNPKG

@azure/core-util

Version:
6 lines 217 B
/** * @public * Supported HTTP methods to use when making requests. */ export type HttpMethods = "GET" | "PUT" | "POST" | "DELETE" | "PATCH" | "HEAD" | "OPTIONS" | "TRACE"; //# sourceMappingURL=httpMethods.d.ts.map