resty icon indicating copy to clipboard operation
resty copied to clipboard

support session mode

Open aadog opened this issue 3 years ago • 2 comments

like session mode https://github.com/levigross/grequests

aadog avatar Aug 24 '22 04:08 aadog

https://github.com/go-resty/resty/pull/575

add CopyOrCreateClient Implement session mode,Implemented, please merge

aadog avatar Aug 24 '22 07:08 aadog

@aadog I have looked at the reference you gave. A session means using a cookie jar in that library. Resty had that feature from day one. Am I missing anything?

jeevatkm avatar Oct 01 '23 02:10 jeevatkm