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
The question
I would like to not load the response body, unless I get resp code == 200.
Explaination: I'm limited proxies, and I would like to know if I can only load reponse body if needed. Sometimes I face 403 (CloudFlare) and the response is quite big, which might lead to additional expenses.
My only idea so far is to use stream=True, but I want to make sure if it's gonna work the way I described above.
Documentation suggesion
That's a separate one, but I couldn't find wether I can use socks4/5 proxies or not in the docs.
Thanks in advance!
The text was updated successfully, but these errors were encountered:
The question
I would like to not load the response body, unless I get resp code == 200.
Explaination: I'm limited proxies, and I would like to know if I can only load reponse body if needed. Sometimes I face 403 (CloudFlare) and the response is quite big, which might lead to additional expenses.
My only idea so far is to use
stream=True
, but I want to make sure if it's gonna work the way I described above.Documentation suggesion
That's a separate one, but I couldn't find wether I can use socks4/5 proxies or not in the docs.
Thanks in advance!
The text was updated successfully, but these errors were encountered: