Open
Description
In the AWS SDK, we needed to insert query parameters in an existing Uri
for our presigning implementation. There wasn't an easy way to do this in http
, so we ended up writing the following QueryWriter
:
It would be nice to have built-in utilities for manipulating URI components either in this crate, or in a separate related utility crate.