URLDataResponse

public struct URLDataResponse
  • Declaration

    Swift

    public let data: Data
  • Declaration

    Swift

    public let response: HTTPURLResponse
  • Declaration

    Swift

    public func validate(errorDecoder: DataErrorDecoder? = nil) throws