Skip to content
Snippets Groups Projects
Commit f33d289c authored by CHEVRIER Vincent's avatar CHEVRIER Vincent
Browse files

Téléverser un nouveau fichier

parent c87a9133
Branches master
No related tags found
Loading
#exemple de requete
import requests
requetes =["http://127.0.0.1:5000/",
"http://127.0.0.1:5000/bonjour",
"http://127.0.0.1:5000/bonjour?nom=vincent"]
for txt in requetes:
r = requests.get(txt)
print(r.text)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment