Documentation / @super-line/client / CallOptions
Interface: CallOptions
Defined in: packages/client/src/index.ts:28
Per-call options for a request.
Properties
signal?
optionalsignal?:AbortSignal
Defined in: packages/client/src/index.ts:32
Abort the request; rejects with a BAD_REQUEST SocketError.
timeoutMs?
optionaltimeoutMs?:number
Defined in: packages/client/src/index.ts:30
Override the default request timeout (ms). 0 disables the timeout.