HTTPListener

Represents the request listener for a specific listenHTTP call.

This struct can be used to stop listening for HTTP requests at runtime.

Members

Functions

stopListening
void stopListening()

Stops handling HTTP requests and closes the TCP listening port if possible.

Properties

bindAddresses
NetworkAddress[] bindAddresses [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta