diff --git a/README-zh.md b/README-zh.md index 7a4bd20..4541f4c 100644 --- a/README-zh.md +++ b/README-zh.md @@ -32,4 +32,5 @@ $ python -m pip install ja3requests Ja3Requests正式支持Python 3.7+ ## 参考 -- [HTTP](https://developer.mozilla.org/en-US/docs/Web/HTTP) \ No newline at end of file +- [HTTP](https://developer.mozilla.org/en-US/docs/Web/HTTP) +- [HTTP-RFC](https://www.rfc-editor.org/rfc/rfc2068.html) \ No newline at end of file diff --git a/README.md b/README.md index 7413ede..e05233b 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Ja3Requests -**Ja3Requests** is An http request library that can customize ja3 fingerprints. +**Ja3Requests** is an http request library that can customize ja3 or h2 fingerprints. [中文文档](README-zh.md) @@ -32,4 +32,5 @@ $ python -m pip install ja3requests Ja3Requests officially supports Python 3.7+. ## Reference -- [HTTP](https://developer.mozilla.org/en-US/docs/Web/HTTP) \ No newline at end of file +- [HTTP](https://developer.mozilla.org/en-US/docs/Web/HTTP) +- [HTTP-RFC](https://www.rfc-editor.org/rfc/rfc2068.html) \ No newline at end of file diff --git a/ja3requests/__version__.py b/ja3requests/__version__.py index 57ca74b..937d695 100644 --- a/ja3requests/__version__.py +++ b/ja3requests/__version__.py @@ -6,9 +6,9 @@ """ __title__ = "ja3requests" -__description__ = "An http request library that can customize ja3 fingerprints." +__description__ = "An http request library that can customize ja3 or h2 fingerprints." __url__ = "https://github.com/lxjmaster/ja3requests" -__version__ = "1.0.1" +__version__ = "1.0.2" __author__ = "Mast Luo" __author_email__ = "379501669@qq.com" __license__ = "Apache-2.0 license"