Struct HTTPListener
Represents the request listener for a specific listenHTTP
call.
struct HTTPListener
;
This struct can be used to stop listening for HTTP requests at runtime.
Properties
Name | Type | Description |
---|---|---|
bindAddresses [get]
|
NetworkAddress[] |
Methods
Name | Description |
---|---|
stopListening
()
|
Stops handling HTTP requests and closes the TCP listening port if possible. |