mrc-ide / orderly2

https://mrc-ide.github.io/orderly2/
Other
7 stars 2 forks source link

Update from httr to httr2. #167

Closed plietar closed 1 month ago

plietar commented 1 month ago

httr2 has some nice functions for OAuth2 support, which we'll want for mrc-5725.

Most of the changes come from a different way of customizing requests, which transpires to the location_http implementation, and a different way of setting up mocks (which is arguably nicer).