Skip to content
#

procedural

Here are 385 public repositories matching this topic...

Nim
dom96
dom96 commented May 10, 2022

I expected ? to not overwrite the query, but to merge. The docs of the proc use the word "concatenate" which implies that this is how the proc should work, but the implementation overwrites the query instead of concatenating.

Example

import uri
let foo = parseUri("https://google.com/?page=10")
echo(foo ? {"test": "42"})

Current Output

https://google.com/?t

Improve this page

Add a description, image, and links to the procedural topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the procedural topic, visit your repo's landing page and select "manage topics."

Learn more