We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
http3=False
ImpitHttpClient
1 parent 0a5426d commit fd7376cCopy full SHA for fd7376c
1 file changed
src/crawlee/http_clients/_impit.py
@@ -92,7 +92,7 @@ def __init__(
92
self,
93
*,
94
persist_cookies_per_session: bool = True,
95
- http3: bool = True,
+ http3: bool = False,
96
verify: bool = True,
97
browser: Browser | None = 'firefox',
98
**async_client_kwargs: Any,
0 commit comments