Capy-Bearer Documentation

server_stop

host call

Capy

function server_stop(key : string) bool

Description

server_stop() removes the custom HTTP listener for key.

Parameters

key : listener key

Return Values

true if no listener remains.

Example

Capy

print(server_stop("docs-server"), "\n")