URI params builder.
Every parameter added is directly written to an IO, where keys and values are properly escaped.
Initializes this builder to write to the given io.
Adds a key-value pair to the params being built.
Adds all of the given values as key-value pairs to the params being built.
Reference
Reference
Reference
Object
Object
Object
Initializes this builder to write to the given io. space_to_plus controls how spaces are encoded:
true (the default) they are converted to +
false they are converted to %20
Adds all of the given values as key-value pairs to the params being built.
© 2012–2026 Manas Technology Solutions.
Licensed under the Apache License, Version 2.0.
https://crystal-lang.org/api/1.19.0/URI/Params/Builder.html