http count

From Onset Developer Wiki
Revision as of 12:46, 28 May 2021 by FlyingFork (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
http count

Type: Function
Context: Server
Introduced: v1.0.3

Description

Gets amount currently existing http requests.

Syntax

http_count()

Parameters

  • This function has no parameters.

Return Value

  • Returns number of http requests.

Example

print("Existing HTTP Requests: " .. http_count())

See also