WebserverHandle

data class WebserverHandle(val listenAddress: NetworkHostAndPort, val process: Process)

Deprecated

The webserver is for testing purposes only and will be removed soon

Class which represents a handle to a webserver process and its NetworkHostAndPort for testing purposes.

Constructors

Link copied to clipboard
constructor(listenAddress: NetworkHostAndPort, process: Process)

Properties

Link copied to clipboard

The NetworkHostAndPort for communicating with this webserver.

Link copied to clipboard

The Process in which the websever is running