Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

Access the Response Methods and Attributes in python Show HTTP header

import requests
 
url = 'https://codegrepper.com/'
response = requests.get(url)
 
print(response.headers)
Source by softhunt.net #
 
PREVIOUS NEXT
Tagged: #Access #Response #Methods #Attributes #python #Show #HTTP #header
ADD COMMENT
Topic
Name
8+4 =