ResourceResponse

public struct ResourceResponse : Decodable

Undocumented

  • Undocumented

    See more

    Declaration

    Swift

    public enum Source : String, Decodable
  • Undocumented

    See more

    Declaration

    Swift

    public struct Error : Swift.Error, Decodable
  • Undocumented

    Declaration

    Swift

    public let noContent: Bool
  • Undocumented

    Declaration

    Swift

    public let notModified: Bool
  • Undocumented

    Declaration

    Swift

    public let mustRevalidate: Bool
  • Undocumented

    Declaration

    Swift

    public let source: Source
  • Undocumented

    Declaration

    Swift

    public let size: Int
  • Undocumented

    Declaration

    Swift

    public let modified: Date?
  • Undocumented

    Declaration

    Swift

    public let expires: Date?
  • Undocumented

    Declaration

    Swift

    public let etag: String?
  • Undocumented

    Declaration

    Swift

    public let error: Error?
  • Undocumented

    Declaration

    Swift

    public let cancelled: Bool?