Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python requests port

import requests

requests.get("http://myServer.com:4000")

:4000 means port 4000
 
PREVIOUS NEXT
Tagged: #python #requests #port
ADD COMMENT
Topic
Name
2+1 =