Readonly contextThe context values for the current call.
Readonly headerHeaders that will be sent along with the request.
Readonly initOptional parameters to the fetch API.
Readonly messageThe input messages that will be transmitted.
Readonly methodMetadata related to the service method that is being called.
Readonly serviceMetadata related to the service that is being called.
Readonly signalThe AbortSignal for the current call.
Readonly streamThe stream property discriminates between UnaryRequest and
StreamingRequest.
Readonly urlThe URL the request is going to hit.
Generated using TypeDoc
StreamRequest is used in interceptors to represent a request that has zero or more input messages, and zero or more output messages.