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

Validation for url_build() #550

Closed
wants to merge 1 commit into from

Conversation

JosiahParry
Copy link

Closes #482

This PR introduces validation logic to url_build().

In the event that an incorrectly named element is provided, an informative error message is provided to the user.

@hadley
Copy link
Member

hadley commented Dec 23, 2024

Hmmm, it feels like the right validation here is that you're providing a httr2 url object. I'll implement that instead.

@hadley hadley closed this Dec 23, 2024
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.

url_build() doesn't validate argument
2 participants