HttpMethods Enumerator
Description
The HTTP methods supported by the HttpRequest object.Defined in namespace "adsk::core" and the header file is <Core\CoreTypeDefs.h>
Methods
Name | Value | Description |
DeleteMethod | 3 | DELETE HTTP method. |
GetMethod | 0 | GET HTTP method. |
PatchMethod | 4 | PATCH HTTP method. |
PostMethod | 1 | POST HTTP method. |
PutMethod | 2 | PUT HTTP method. |