@xmobitea/gn-typescript-client
Version:
GearN Typescript Client SDK by XmobiTea (Pro)
21 lines (20 loc) • 714 B
JavaScript
export class Commands {
}
Commands.USER_AGENT = "User-Agent";
Commands.CONTENT_TYPE = "Content-Type";
Commands.ACCEPT = "Accept";
Commands.CONTENT_LENGTH = "Content-Length";
Commands.APPLICATION_JSON = "application/json";
Commands.APPLICATION_MSGPACK = "application/msgpack";
Commands.RequestAuthTokenCmd = "Auth-Token";
Commands.RequestSecretCmd = "Secret-Key";
Commands.RequestGameIdCmd = "Game-Id";
Commands.RequestCmd_MsgPack = "rMsgPack";
Commands.ResponseCmd_MsgPack = "rMsgPack";
Commands.EventCmd_MsgPack = "eMsgPack";
Commands.RequestCmd_Json = "rJson";
Commands.ResponseCmd_Json = "rJson";
Commands.EventCmd_Json = "eJson";
Commands.Data = "data";
Commands.File = "file";
Commands.BaseUrl = "X-BaseUrl";