PipelineClient
open class PipelineClient
                Base class for all pipeline-based service clients.
- 
                  
                  
Undocumented
Declaration
Swift
public var endpoint: URL - 
                  
                  
Undocumented
Declaration
Swift
public var logger: ClientLogger - 
                  
                  
Undocumented
Declaration
Swift
public var commonOptions: ClientOptions 
- 
                  
                  
Undocumented
Declaration
Swift
public init( endpoint: URL, transport: TransportStage, policies: [PipelineStage], logger: ClientLogger, options: ClientOptions ) 
- 
                  
                  
Undocumented
Declaration
Swift
public func url(host: String? = nil, template: String, params: RequestParameters) -> URL? - 
                  
                  
Undocumented
Declaration
Swift
public func request( _ request: HTTPRequest, context: PipelineContext?, completionHandler: @escaping HTTPResultHandler<Data?> ) 
            View on GitHub
          
      PipelineClient Class Reference