tests/testthat/_snaps/new-r/httpbin.md

/cookies/set/:name/:value

Code
  curl::handle_cookies(handle)
Output
       domain  flag path secure expiration name value
  1 127.0.0.1 FALSE    /  FALSE        Inf  foo   bar

/cookies/set

Code
  curl::handle_cookies(handle)
Output
       domain  flag path secure expiration name value
  1 127.0.0.1 FALSE    /  FALSE        Inf  foo   bar
  2 127.0.0.1 FALSE    /  FALSE        Inf  bar   baz

/cookies/delete

Code
  curl::handle_cookies(handle)
Output
       domain  flag path secure expiration name value
  1 127.0.0.1 FALSE    /  FALSE        Inf  bar   baz


Try the webfakes package in your browser

Any scripts or data that you put into this service are public.

webfakes documentation built on May 29, 2024, 2:24 a.m.