docs: updating fetcher choosing page and some corrections

This commit is contained in:
Karim shoair
2026-02-10 19:01:50 +02:00
parent 87b99a407b
commit f25fe64d3c
+2 -1
View File
@@ -71,7 +71,8 @@ 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 response body without any processing
>>> page.body # Raw response body as bytes
>>> page.encoding # Response encoding
>>> page.meta # Response metadata dictionary (e.g., proxy used). Mainly helpful with the spiders system.
```
All fetchers return the `Response` object.