Skip to main content

client:get_status

Last updated March 2020

Name

client:get_status — Return the status of an HTTP request

Synopsis

require('msys.http.client')

client:get_status();

Description

Return the status code and description of an HTTP request.

local code, status = client:get_status();

See Also

Was this page helpful?