MPIHeader
public struct MPIHeader : Codable
Custom MPIHeaders
can be used for requests when loading the venue
-
A name of the
MPIHeader
Declaration
Swift
public let name: String
-
A value of the
MPIHeader
Declaration
Swift
public let value: String
-
Construct an
MPIHeader
s object with the given propertiesDeclaration
Swift
public init(name: String, value: String)