We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please add request timeout like requests lib
The text was updated successfully, but these errors were encountered:
You can set the desired timeout using the keyword timeout_seconds.
timeout_seconds
import tls_client session = tls_client.Session( client_identifier="chrome112", random_tls_extension_order=True ) response = session.get("https://github.com", timeout_seconds=180)
Sorry, something went wrong.
@FlorianREGAZ I can raise a PR for it, based on the approach you prefer?
timeout
I would also suggest to add linter / formatter for consistency. You may refer pre-commit setup
Fixes FlorianREGAZ#108 and FlorianREGAZ#129
92464f9
- added timeout alias - Using case insensitive dict for headers
No branches or pull requests
Please add request timeout like requests lib
The text was updated successfully, but these errors were encountered: