docs: update docs to add file downloading examples

This commit is contained in:
Karim shoair
2025-11-10 03:02:41 +02:00
parent ff19dd5bf5
commit 026161c8f8
4 changed files with 33 additions and 2 deletions
+1 -2
View File
@@ -71,8 +71,7 @@ The `Response` object is the same as the [Selector](../parsing/main_classes.md#s
>>> page.headers # Response headers
>>> page.request_headers # Request headers
>>> page.history # Response history of redirections, if any
>>> page.body # Raw HTML response body without any processing
>>> page.raw_response # Raw response of the last request made by the browser, if any (Useful for downloading binary files and text/json files)
>>> page.body # Raw response body without any processing
>>> page.encoding # Response encoding
```
All fetchers return the `Response` object.