Interface ParseOptions

interface ParseOptions {
    maxMessageSize?: number;
    allowReservedMethods?: boolean;
    strictMethodNames?: boolean;
}

Properties

maxMessageSize?: number

Maximum message size in bytes

allowReservedMethods?: boolean

Allow methods starting with "rpc." (reserved per spec)

strictMethodNames?: boolean

Strict method name validation