get
Méthode permettant d'envoyer une requête GET.
🔍 Prototype
📝 Paramètres
Paramètre
Type
Description
url
string
URL.
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