URL
struct URL : ReferenceConvertible, Equatable
-
Mechanica
Returns a Dictionary containing the query parameters (is any).
Declaration
Swift
public var queryParameters: [String: String]?
-
Mechanica
Creates a
new
URL constructed by appending the rhs path to the lhs URL.Declaration
Swift
static public func + (lhs: URL, rhs: String) -> URL