resty icon indicating copy to clipboard operation
resty copied to clipboard

Expect support R() to support SetDebug()

Open fitan opened this issue 3 years ago • 2 comments
trafficstars

client.SetDebug is global. There's a lot of distracting information

client.R().SetDebug. Can control the range very well

fitan avatar Jun 30 '22 02:06 fitan

https://github.com/go-resty/resty/issues/574 I implemented session pattern, you can use

aadog avatar Aug 24 '22 08:08 aadog

#574 I implemented session pattern, you can use

Thank you, but he didn't merge

fitan avatar Aug 30 '22 09:08 fitan

@fitan SetDebug method added to Request level - https://github.com/go-resty/resty/pull/693/commits/a3685f948fb89a7601c0cedefc2f2bffe0e617d7 released with v2.8.0

jeevatkm avatar Sep 24 '23 03:09 jeevatkm