docs: update the titles for all files

This commit is contained in:
Karim shoair
2026-02-15 02:35:39 +02:00
parent c3374bce41
commit 7b4523af8e
14 changed files with 18 additions and 10 deletions
+2
View File
@@ -1,3 +1,5 @@
# Fetchers basics
## Introduction
Fetchers are classes that can do requests or fetch pages for you easily in a single-line fashion with many features and then return a [Response](#response-object) object. Starting with v0.3, all fetchers have separate classes to keep the session running, so for example, a fetcher that uses a browser will keep the browser open till you finish all your requests through it instead of opening multiple browsers. So it depends on your use case.