Skip to main content

أسماء بديلة

  • http_request
  • http.request

الوسائط

RequestOptions
مطلوب
Request options table. Url is required; Method, Headers, Cookies, and Body are optional.

القيم الراجعة

Response | string
On request error, an error string. Otherwise a response table.

الأنواع

RequestOptions

يصف جدول options الذي تقرأه request.

Response

جدول response الذي تعيده request عندما لا يحدث request error.

مثال

Send a GET request and handle either the response table or the request error string.