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 = 8GET = 1HEAD = 64https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods/HEAD
NONE = 0OPTIONS = 32PATCH = 16POST = 2PUSH_CALL = 36028797018963968PUSH_EVENT_CONNECT = 1125899906842624PUSH_EVENT_DISCONNECT = 2251799813685248PUSH_EVENT_REGISTER = 4503599627370496PUT = 4QUERY = 128https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods/HEAD
gRPC = 1048576