SendRequest type
A simple interface for making a pipeline request and receiving a response.
type SendRequest = (request: PipelineRequest) => Promise<PipelineResponse>
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
A simple interface for making a pipeline request and receiving a response.
type SendRequest = (request: PipelineRequest) => Promise<PipelineResponse>