http count

From Onset Developer Wiki
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