Instance Method
set(_:to:)
Adds a new parameter value to the bag.
mutating func set(_ name: String, to value: String?)
Parameters
nameUnique parameter name
valueValue (percent-encoded if necessary)
Discussion
Note
The value will be percent-decoded.