This repository has been archived on 2026-08-27. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
RequestCounter/bin/tests/length_down.py
T
2022-03-13 10:52:16 +08:00

12 lines
244 B
Python

#!/usr/bin/env python3
# -- coding:utf-8 --
# @Author: markushammered@gmail.com
# @Development Tool: PyCharm
# @Create Time: 2022/3/13
# @File Name: length_down.py
import requests
print(requests.get('http://127.0.0.1:8000/data.db').headers)