13.python接口測試-發送http請求

簡介: http請求的類型大概有以下幾種: get、post、put、delete,主要以get和post請求居多 python裏面的requests庫支持發送http請求   發送http基礎請求 發送get請求 定義基礎請求url:base_url=http://httpbin.org 發送請求:r=requests.get(base_url+’/get’) 打印響應狀態:print(r.st
相關文章
相關標籤/搜索