Python-Tls-Client
Python-Tls-Client copied to clipboard
Please add request timeout 30 secs only as Defult!!
trafficstars
Please add request timeout like requests lib
You can set the desired timeout using the keyword 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)