req icon indicating copy to clipboard operation
req copied to clipboard

Support size limit of response body?

Open ZigHuang opened this issue 1 year ago • 1 comments

Hi👋 I am using this library recently, and found that the configuration does not seem to support the length limit on the response body? As background, I'm using this library to make a lot of http requests and find that the bandwidth usage is more than I expected.

ZigHuang avatar Dec 04 '24 15:12 ZigHuang

I currently set DisableAutoReadResponse() and use io.LimitReader() it to solve this problem.

ZigHuang avatar Dec 04 '24 15:12 ZigHuang