httr2 0.2.3
-
New
example_url()
to launch a local server, making tests and examples
more robust. -
New
throttle_status()
to make it a little easier to verify what's happening
with throttling. -
req_oauth_refresh()
now respects therefresh_token
for caching
(@mgirlich, #178). -
req_perform()
now always sleeps before a request, rather than after it.
It also gains anerror_call
argument and communicates more clearly
where the error occurred (@mgirlich, #187). -
req_url_path()
andreq_url_path_append()
can now handleNULL
or empty
...
and the elements of...
can also have length > 1 (@mgirlich, #177). -
sys_sleep()
(used byreq_retry()
andreq_throttle()
) gains a progress
bar (#202).