close
顯示 http request detail
import requests
import logging
from httplib import HTTPConnection
HTTPConnection.debuglevel = 1
logging.basicConfig(level=logging.DEBUG)
requests.get('https://httpbin.org/headers')
全站熱搜