response對象的方法和屬性有以下幾種:
方法:
response.text:返回響應的內容,以字符串形式表示
response.json():返回響應的內容,以JSON格式表示
response.content:返回響應的內容,以字節形式表示
response.status_code:返回響應的狀態碼
response.headers:返回響應的頭信息,以字典形式表示
response.encoding:返回響應的編碼格式
response.raise_for_status():如果響應狀態碼不是200,則拋出異常
屬性:
response.url:返回響應的URL
response.cookies:返回響應的cookies,以字典形式表示
response.request:返回發送請求的request對象
response.history:返回響應的歷史記錄,以列表形式表示