ProtocolType
public enum ProtocolType : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case websocket = "WEBSOCKET"
-
Undocumented
Declaration
Swift
case http = "HTTP"
-
Declaration
Swift
public var description: String { get }