Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
HttpMethods type
- Package:
- @azure/core-rest-pipeline
Supported HTTP methods to use when making requests.
type HttpMethods =
| "GET"
| "PUT"
| "POST"
| "DELETE"
| "PATCH"
| "HEAD"
| "OPTIONS"
| "TRACE"
