HttpMethod
Namespace: Meshmakers.Octo.MeshAdapter.Nodes.Trigger
Defines the HTTP method to be performed
public enum HttpMethod
Inheritance Object → ValueType → Enum → HttpMethod
Implements IComparable, ISpanFormattable, IFormattable, IConvertible
Fields
| Name | Value | Description |
|---|---|---|
| Get | 0 | GET |
| Post | 1 | POST |
| Put | 2 | PUT |
| Delete | 3 | DELETE |