r-lib / httr

httr: a friendly http package for R
https://httr.r-lib.org
Other
986 stars 1.99k forks source link

Add an escape control in `set_cookies` #706

Closed womeimingzi11 closed 10 months ago

womeimingzi11 commented 2 years ago

In some cases, we will get some cookies which is no need to make escape. With the missing of escape control, the twice cookies escape will generate wrong cookies.

To avoid the potential error, I have added escape argument in httr:set_cookies.

hadley commented 10 months ago

httr has been superseded in favour of httr2, so is no longer under active development. Thanks for using httr, thanks for contributing, and my apologies that your contribution never made it into the package.