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

Implement query/params in URL string coercion #3

Open
ocket8888 opened this issue Jun 1, 2018 · 0 comments
Open

Implement query/params in URL string coercion #3

ocket8888 opened this issue Jun 1, 2018 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@ocket8888
Copy link
Collaborator

Currently, if you print a URL object, you get something like https://example.com/example.html . However, many request URLs include query strings and parameters like e.g. https://example.com/example.html?querystring&param=val . In general, this information should exist when the URL is created, all that needs to be done is some printing logic in URL.__str__ (defined as URLtoString).

@ocket8888 ocket8888 added enhancement New feature or request good first issue Good for newcomers labels Jun 1, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant