summaryrefslogblamecommitdiffstats
path: root/venv/lib/python3.9/site-packages/tls_client/__init__.py
blob: 798dd5ebc6773ddd5b85ff905a154415f98aabcd (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15














                                                                                                                  
#  _____  __  __         ___ _ _            _
# /__   \/ / / _\       / __\ (_) ___ _ __ | |_
#   / /\/ /  \ \ _____ / /  | | |/ _ \ '_ \| __|
#  / / / /____\ \_____/ /___| | |  __/ | | | |_
#  \/  \____/\__/     \____/|_|_|\___|_| |_|\__|

# Disclaimer:
# Big shout out to Bogdanfinn for open sourcing his tls-client in Golang.
# Also to requests, as most of the cookie handling is copied from it. :'D
# I wanted to keep the syntax as similar as possible to requests, as most people use it and are familiar with it!
# Links:
# tls-client: https://github.com/bogdanfinn/tls-client
# requests: https://github.com/psf/requests

from .sessions import Session