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 table, которую читает request.

Response

Определяет response table, которую request возвращает без request error.

Пример

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