docs: improve wording, style, and use more visual ways
This commit is contained in:
+5
-5
@@ -264,11 +264,11 @@ For Async requests, you will replace the import like below:
|
||||
>>> page = await AsyncFetcher.delete('https://scrapling.requestcatcher.com/delete')
|
||||
```
|
||||
|
||||
> Notes:
|
||||
>
|
||||
> 1. You have the `stealthy_headers` argument, which, when enabled, makes requests to generate real browser headers and use them, including a referer header, as if this request came from a Google search of this domain. It's enabled by default.
|
||||
> 2. The `impersonate` argument lets you fake the TLS fingerprint for a specific browser version.
|
||||
> 3. There's also the `http3` argument, which, when enabled, makes the fetcher use HTTP/3 for requests, which makes your requests more authentic
|
||||
!!! note "Notes:"
|
||||
|
||||
1. You have the `stealthy_headers` argument, which, when enabled, makes requests to generate real browser headers and use them, including a referer header, as if this request came from a Google search of this domain. It's enabled by default.
|
||||
2. The `impersonate` argument lets you fake the TLS fingerprint for a specific browser version.
|
||||
3. There's also the `http3` argument, which, when enabled, makes the fetcher use HTTP/3 for requests, which makes your requests more authentic
|
||||
|
||||
This is just the tip of the iceberg with this fetcher; check out the rest from [here](fetching/static.md)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user