HttpMethod
HttpMethod = 'GET' | 'POST' | 'PUT' | 'PATCH' | 'DELETE' | 'HEAD' | 'OPTIONS'Source: HttpClient.ts:16
HTTP methods supported by the client
HttpMethod = 'GET' | 'POST' | 'PUT' | 'PATCH' | 'DELETE' | 'HEAD' | 'OPTIONS'Source: HttpClient.ts:16
HTTP methods supported by the client