Skip to content

game.http

HTTP is asynchronous. poll(id) returns nil with no error while pending, nil, error for an unknown id, or one terminal response and then removes it.

Native global — no require.

request

function · request(options: HttpRequestOptions): HttpJobId?, ErrorMessage?

HTTP is asynchronous. poll(id) returns nil with no error while pending, nil, error for an unknown id, or one terminal response and then removes it.

Parameters

NameTypeSummary
optionsHttpRequestOptions

Returns

TypeSummary
HttpJobId?, ErrorMessage?

poll

function · poll(id: HttpJobId): HttpResponse?, ErrorMessage?

HTTP is asynchronous. poll(id) returns nil with no error while pending, nil, error for an unknown id, or one terminal response and then removes it.

Parameters

NameTypeSummary
idHttpJobId

Returns

TypeSummary
HttpResponse?, ErrorMessage?

Arcane SDK catalog generated from scripts/sdk