Gets the AbortSignal for the client call. This signal can be used to cancel the client call.
The deadline for the client call.
The deadline as a Date object, or null if no deadline is set.
Sets the deadline for the client call.
The deadline as a Date object, number (ms since epoch), or null to clear the deadline.
Adds a key-value pair to the headers associated with a client request call. The value can be an ASCII string or a binary value.
The key for the header. If it is a binary value, it must end with "-bin". If it is an ASCII value, it must not end with "-bin".
The value for the header, which can be a string or a Buffer.
Creates a new client context object from the existing one.
The new client context object.
Gets the deadline for the client call as number representing ms since epoch.
The deadline as a number (ms since epoch), or null if no deadline is set.
Interface representing the context of a service call on the client-side.