الطلب والاستجابة
المتغيرات
{
"schema": [
{ "type": "string", "name": "api_key", "title": "API Key", "default": "", "required": true, "message": "Required an API Key" },
],
"request": {
"method": "http_post",
"url": "http://127.0.01/?key=$API_KEY"
"options": {
"headers": {
"Authorization": "Bearer $API_KEY",
"Content-Type": "application/json"
}
}
}
}المعلمات
method: string
stringالعنوان-الأولي: string (اختياري)
string (اختياري)url: string
stringencodeURI: boolean (اختياري)
boolean (اختياري)encodeURIComponent: boolean (اختياري)
boolean (اختياري)encodeURIExtra: string (اختياري)
string (اختياري)userAgent: string (اختياري)
string (اختياري)querySelector: string
stringquerySelectorAll: string (اختياري)
string (اختياري)queryProperty: string
stringbody: object
objectoptions: object (اختياري)
object (اختياري)responseType: string
stringresponseQuery: string
stringتحليل استجابات JSON من طلبات HTTP
responseQuery
النتيجة
أمثلة
1. طريقة استخلاص الويب

المعلمات المطلوبة
2. طريقة HTTP GET

المعلمات المطلوبة
3. طريقة HTTP POST
