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
- Raise ScrapeDoClient default timeout from httpx's 5s to 60s to
accommodate proxy round-trips (browser rendering, geo-routing,
fingerprinting); update docstring accordingly
- Add ScrapeDoResponse.status_code property as a raw passthrough to the
underlying httpx response, distinct from the envelope-aware
target_status_code and scrape_do_status_code accessors
- Fix two integration tests that violated the 5000ms timeout floor in
RequestParameters (2000 -> 5000); intent preserved against
httpbingo.org/delay/10
- Update integration tests to use response.httpx_response.json() since
the wrapper does not proxy json()
- Add unit tests for the new status_code property and the new default
timeout
0 commit comments