Code d'état Python en chaîne
from http.client import responses
responses[200]
'OK'
responses[404]
'Not Found'
HosseinZaaferani
from http.client import responses
responses[200]
'OK'
responses[404]
'Not Found'