RequestOptions
RequestOptions =
object
Defined in: packages/postal/src/channel.ts:154
Options for channel.request().
Properties
Section titled “Properties”timeout?
Section titled “timeout?”
optionaltimeout:number
Defined in: packages/postal/src/channel.ts:160
Timeout in milliseconds. Defaults to 5000. Set to 0 to disable the timeout entirely (the request will wait indefinitely until a handler responds or the channel is disposed).