From 7f7b8e080beb3331b036bf8a64089c7f0680201e Mon Sep 17 00:00:00 2001 From: Karim shoair Date: Sat, 22 Feb 2025 18:47:02 +0200 Subject: [PATCH] docs(README): add `history` to the page to reflect new changes --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7c67b49..cf931f2 100644 --- a/README.md +++ b/README.md @@ -212,7 +212,7 @@ then use it right away without initializing like: page = StealthyFetcher.fetch('https://example.com') ``` -Also, the `Response` object returned from all fetchers is the same as the `Adaptor` object except it has these added attributes: `status`, `reason`, `cookies`, `headers`, and `request_headers`. All `cookies`, `headers`, and `request_headers` are always of type `dictionary`. +Also, the `Response` object returned from all fetchers is the same as the `Adaptor` object except it has these added attributes: `status`, `reason`, `cookies`, `headers`, `history`, and `request_headers`. All `cookies`, `headers`, and `request_headers` are always of type `dictionary`. > [!NOTE] > The `auto_match` argument is enabled by default which is the one you should care about the most as you will see later. ### Fetcher