URLParameters

public extension URLParameters
  • Get and set URL parameters for a given key

    Declaration

    Swift

    subscript(key: String) -> [String] { get set }
  • Get and set the URL paramerter for a given key

    Declaration

    Swift

    subscript(key: String) -> String? { get set }