PATH:
opt
/
alt
/
python37
/
lib
/
python3.7
/
site-packages
/
future
/
moves
/
http
from future.utils import PY3 if PY3: from http.client import * else: from httplib import * from httplib import HTTPMessage __future_module__ = True
[-] server.py
[edit]
[+]
__pycache__
[-] __init__.py
[edit]
[-] cookiejar.py
[edit]
[-] cookies.py
[edit]
[+]
..
[-] client.py
[edit]