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
A couple of bugs I found when creating the PR for curlconverter.com
Crashes
library(httr2)
curl_translate("curl -X GET \"http://localhost:28139/cookies\" -H \"accept: application/json\" -H 'Cookie: mysamplecookie=someValue; emptycookie=; otherCookie=2'")
#> Error in `httr2::url_parse()`:#> ! `url` must be a single string, not a character vector.
I think maybe we shouldn't bother supporting this, since adjusting our parse to allow the url to be in any position is going to be a lot of work, and I don't think it's that common in the wild.
A couple of bugs I found when creating the PR for curlconverter.com
Crashes
Wrong url
Missing headers:
Created on 2024-07-12 with reprex v2.1.0
The text was updated successfully, but these errors were encountered: