OhttpResponse

public struct OhttpResponse : Equatable, Hashable
extension OhttpResponse: Sendable

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])