beamable-sdk / network/http/types/HttpMethod / HttpMethod
Type Alias: HttpMethod¶
HttpMethod = typeof
GET| typeofPOST| typeofPUT| typeofPATCH| typeofDELETE
Defined in: src/network/http/types/HttpMethod.ts:4
Defines the HTTP methods supported by the Beamable SDK.