Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add support for urls with query, clippy fixes #3

Merged
merged 1 commit into from
Sep 29, 2022

Conversation

Fogapod
Copy link
Contributor

@Fogapod Fogapod commented Sep 8, 2022

Hello, i need to add my own query parameters to urls but this library always assumes url has no query and uses ?.
Here is what botocore does: https://github.com/boto/botocore/blob/2cf64649cc020c2edcf28e22e6384750b5d8edb0/botocore/signers.py#L413

I copied that behavior, added new test and did a couple small clippy fixes

@Fogapod
Copy link
Contributor Author

Fogapod commented Sep 8, 2022

made the bot happy

@pevers
Copy link
Collaborator

pevers commented Sep 29, 2022

Thanks @Fogapod for your contribution!

Copy link
Collaborator

@pevers pevers left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@pevers pevers merged commit 5762cfe into promaton:main Sep 29, 2022
@Fogapod Fogapod deleted the query-separator branch November 13, 2022 16:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants