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 message 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
UnaryRequest is used in interceptors to represent a request with a single input message.