Behaviors
List of software behaviors discovered with static code analysis.
Creates an HTTPS server. (x2)
network
Creates a TCP or IPC server. (x2)
network
Starts a TCP or IPC server listening for incoming connections. (x2)
network
Starts the HTTP or HTTPS server listening for incoming connections. (x4)
network
Creates an HTTP server. (x2)
network
Removes listeners for a specified event. (x2)
behavior
Adds a listener function for a specified event. (x2)
behavior
Emits an event, effectively calling each of the registered listeners for that event. (x2)
behavior
Adds a one-time listener function for a specified event. (x2)
behavior
Enumerates listeners for an event. (x2)
behavior