It's stored in the request attribute of the response: >>> r = requests.head('http://www.example.com') >>> r.request.method 'HEAD' >>> r ...
確定! 回上一頁