AutoFramework/main5.py

3 lines
141 B
Python
Raw Normal View History

2022-07-06 11:39:12 +08:00
from Base.Class.Http import *
2022-07-04 15:36:15 +08:00
2022-07-06 11:39:12 +08:00
http = Request().http('get', 'http://127.0.0.1:81/iplookup.php', header={"Host": 'fanscloud.net'}, debug=True)