Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

how to send get request python

import requests
requests.get("https://www.google.com/")
 
PREVIOUS NEXT
Tagged: #send #request #python
ADD COMMENT
Topic
Name
8+8 =