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.
1 parent f026321 commit 1d39f5eCopy full SHA for 1d39f5e
2 files changed
README.md
@@ -58,7 +58,6 @@ Basic automatically rotates:
58
>>> r = tls_requests.get(
59
"https://httpbin.org/get",
60
proxy=proxy,
61
- headers=tls_requests.HeaderRotator(),
62
tls_identifier=tls_requests.TLSIdentifierRotator()
63
)
64
>>> r
tls_requests/__version__.py
@@ -1,7 +1,7 @@
1
__title__ = "wrapper-tls-requests"
2
__description__ = "A powerful and lightweight Python library for making secure and reliable HTTP/TLS fingerprint requests."
3
__url__ = "https://github.com/thewebscraping/tls-requests"
4
-__version__ = "1.2.0"
+__version__ = "1.2.1"
5
__author__ = "Tu Pham"
6
__author_email__ = "thetwofarm@gmail.com"
7
__license__ = "MIT"
0 commit comments