human_requests.abstraction.response¶
Classes¶
Represents the response of a request. |
Module Contents¶
- class Response[source]¶
Represents the response of a request.
- render(
- wait_until: Literal['commit', 'load', 'domcontentloaded', 'networkidle'] = 'commit',
- retry: int = 2,
Renders the response content in the current browser. It will look like we requested it through the browser from the beginning.
Recommended to use in cases when the server returns a JS challenge instead of a response.