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.
Version
Introduced in version January 2024
© Copyright 2024 Autodesk, Inc.
Comment on this page.