Back to Alamofire

PassthroughPreprocessor

docs/Structs/PassthroughPreprocessor.html

5.12.0437 B
Original Source

PassthroughPreprocessor

public struct PassthroughPreprocessor : DataPreprocessor

DataPreprocessor that returns passed Data without any transform.

`

                init()
                `

Creates an instance.

Declaration

Swift

public init()

`

                preprocess(_:)
                `

Declaration

Swift

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