Home  Contents

httpd:close

Httpd Core4 Lua Event System

SYNOPSIS

httpd:close()

DESCRIPTION

Discards the web server. The server can no longer be used after this call.

Closing is done automatically at garbage collection. This is not recommended, as it takes an unknown amount of time during which the server may stay active.

SEE ALSO