SendRequest type

用于发出管道请求和接收响应的简单接口。

type SendRequest = (request: PipelineRequest) => Promise<PipelineResponse>