URL
extension URL: URLParameter, StringParameter
extension URL: BasicType
extension URL: WrapperCompatible
extension URL: AnyModel
-
Undocumented
Declaration
Swift
public var urlValue: URL { get }
-
Undocumented
Declaration
Swift
public var stringValue: String { get }
-
Undocumented
Declaration
Swift
public init()
-
isTLSScheme returns true if the scheme is https or wss
Declaration
Swift
public var isTLSScheme: Bool { get }
-
getParts pulls host and port from the url.
Declaration
Swift
public func getParts() -> WebSocketURLParts?