Hacker News new | ask | show | jobs
by gullywhumper 874 days ago
For R users, the httr2 package (a recent rewrite of httr) has a function that translates the copy as curl command to a request:

https://httr2.r-lib.org/reference/curl_translate.html

1 comments

oh WOW! this is super useful. Thanks for the pointer!