docs: add a note about response body

This commit is contained in:
Karim shoair
2026-02-15 01:03:36 +02:00
parent ba4d33337f
commit c3374bce41
+5 -1
View File
@@ -77,4 +77,8 @@ The `Response` object is the same as the [Selector](../parsing/main_classes.md#s
>>> 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.
All fetchers return the `Response` object.
!!! note
Unlike the [Selector](../parsing/main_classes.md#selector) class, the `Response` class's body is always bytes since v0.4.