Package version:

Interface PipelineOptions

Option interface for Pipeline constructor.

interface PipelineOptions {
    httpClient?: any;
}

Properties

Properties

httpClient?: any

Optional. Configures the HTTP client to send requests and receive responses.