You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello. How can i read only X bytes of server response body if i use fasthttp client?
I found only ReadLimitBody() method of *Response, but it's wrong, as i understood.
My problem is read responses of thousands servers. I do not known what they return to me in responses. It is may be a big responses in GBytes, and i do not want download them all. I want read some start bytes and analyse it.
The text was updated successfully, but these errors were encountered:
Hello. How can i read only X bytes of server response body if i use fasthttp client?
I found only ReadLimitBody() method of *Response, but it's wrong, as i understood.
My problem is read responses of thousands servers. I do not known what they return to me in responses. It is may be a big responses in GBytes, and i do not want download them all. I want read some start bytes and analyse it.
The text was updated successfully, but these errors were encountered: