You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe httr2 uses a new handle for every request. It would be good if there was an option to retain the handle, as I have a use case where I need to reuse the same session cookies.
I believe
httr2uses a new handle for every request. It would be good if there was an option to retain the handle, as I have a use case where I need to reuse the same session cookies.