A lightweight JSON RPC client & server
Home > async-call-rpc > AsyncCallStrictOptions
Strict options
Signature:
export interface AsyncCallStrictOptions
Control the behavior that different from the JSON-RPC specification.
Property | Modifiers | Type | Description |
---|---|---|---|
methodNotFound? | boolean | (Optional) Controls if AsyncCall send an ErrorResponse when the requested method is not defined. | |
unknownMessage? | boolean | (Optional) Controls if AsyncCall send an ErrorResponse when the message is not valid. |