I have a dll which is a compiled version of HTTP/HTTPS protocols in Golang. I use functions of this dll in a python script as below:
from tls_client import Client