标签: python python-3.x python-requests http-head
如何使用请求库发出HTTP HEAD请求?
答案 0 :(得分:1)
您使用head()函数:
head()
r = requests.head(INSERT_URL_HERE)