post
Méthode permettant d'envoyer une requête POST.
🔍 Prototype
📝 Paramètres
Paramètre
Type
Description
url
string
URL.
data
string
Les données (POST) au format application/x-www-form-urlencoded.
ua
string (facultatif)
UserAgent à envoyer.
headers
Liste de string (facultatif)
Headers à envoyer.
🔙 Retour
Type
Description
false (bool)
En cas d'échec ou timeout.
string
La réponse à la requête.
📌 Exemple
Dernière mise à jour