Scheme
public struct Scheme : RawRepresentable, Equatable
Undocumented
-
Declaration
Swift
public let rawValue: String
-
Declaration
Swift
public init(rawValue: String)
-
Undocumented
Declaration
Swift
public static var http: `Self` { get }
-
Undocumented
Declaration
Swift
public static var https: `Self` { get }
-
Undocumented
Declaration
Swift
public static var unix: `Self` { get }
-
Undocumented
Declaration
Swift
public static var http_unix: `Self` { get }
-
Undocumented
Declaration
Swift
public static var https_unix: `Self` { get }
-
Undocumented
Declaration
Swift
public static var ws: `Self` { get }
-
Undocumented
Declaration
Swift
public static var wss: `Self` { get }