HTTPListener

Represents the request listener for a specific listenHTTP call.

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

struct HTTPListener {}

Members

Functions

stopListening
void stopListening()

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

Meta