r-lib / httr2

Make HTTP requests and process their responses. A modern reimagining of httr.
https://httr2.r-lib.org
Other
237 stars 59 forks source link

Validation for `url_build()` #550

Open JosiahParry opened 2 months ago

JosiahParry commented 2 months ago

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.