PipelineResponse
public final class PipelineResponse : Copyable, PipelineContextSupporting
Undocumented
-
Undocumented
Declaration
Swift
public var httpRequest: HTTPRequest
-
Undocumented
Declaration
Swift
public var httpResponse: HTTPResponse?
-
Undocumented
Declaration
Swift
public var logger: ClientLogger
-
Undocumented
Declaration
Swift
public var context: PipelineContext?
-
Undocumented
Declaration
Swift
public convenience init(request: HTTPRequest, response: HTTPResponse, logger: ClientLogger)
-
Undocumented
Declaration
Swift
public init(request: HTTPRequest, response: HTTPResponse?, logger: ClientLogger, context: PipelineContext?)
-
Undocumented
Declaration
Swift
public required convenience init(copy: PipelineResponse)