HttpScheme
public enum HttpScheme : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case http = "http" -
Undocumented
Declaration
Swift
case https = "https" -
Declaration
Swift
public var description: String { get }
View on GitHub
HttpScheme Enumeration Reference