OhttpResponse

public struct OhttpResponse
extension OhttpResponse: Equatable, Hashable

The decrypted response from the Gateway/Target

  • Declaration

    Swift

    public var statusCode: UInt16
  • Declaration

    Swift

    public var headers: [String : String]
  • Declaration

    Swift

    public var payload: [UInt8]
  • Declaration

    Swift

    public init(statusCode: UInt16, headers: [String : String], payload: [UInt8])
  • Declaration

    Swift

    public static func == (lhs: OhttpResponse, rhs: OhttpResponse) -> Bool
  • Declaration

    Swift

    public func hash(into hasher: inout Hasher)