-
-
Notifications
You must be signed in to change notification settings - Fork 338
Open
Labels
A-uriArea: Uri and partsArea: Uri and partsB-rfcBlocked: request for comments. More discussion would help move this along.Blocked: request for comments. More discussion would help move this along.S-featureSeverity: feature. This adds something new.Severity: feature. This adds something new.
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.
eduardomourar
Metadata
Metadata
Assignees
Labels
A-uriArea: Uri and partsArea: Uri and partsB-rfcBlocked: request for comments. More discussion would help move this along.Blocked: request for comments. More discussion would help move this along.S-featureSeverity: feature. This adds something new.Severity: feature. This adds something new.