go-resty / resty

Simple HTTP and REST client library for Go
MIT License
9.94k stars 698 forks source link

support session mode #574

Open aadog opened 2 years ago

aadog commented 2 years ago

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

aadog commented 2 years ago

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

add CopyOrCreateClient Implement session mode,Implemented, please merge

jeevatkm commented 11 months ago

@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?