Enum Methods
Available methods with which to expose firefly Actions. The Methods are flags, meaning they can be combined to enable multiple methods simultaneously , eg. Methods.GET | Methods.POST
[Flags]
public enum Methods : ulong
- Extension Methods
Fields
DELETE = 8
GET = 1
HEAD = 64
https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods/HEAD
NONE = 0
OPTIONS = 32
PATCH = 16
POST = 2
PUSH_CALL = 36028797018963968
PUSH_EVENT_CONNECT = 1125899906842624
PUSH_EVENT_DISCONNECT = 2251799813685248
PUSH_EVENT_REGISTER = 4503599627370496
PUT = 4
QUERY = 128
https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods/HEAD
gRPC = 1048576