PassthroughPreprocessor - SwiftDocOrg/Alamofire GitHub Wiki

PassthroughPreprocessor

DataPreprocessor that returns passed Data without any transform.

public struct PassthroughPreprocessor:​ DataPreprocessor

Inheritance

DataPreprocessor

Initializers

init()

public init()

Methods

preprocess(_:​)

public func preprocess(_ data:​ Data) throws -> Data