Package-level declarations

Types

Link copied to clipboard
class LocalFileWebServer(targetFile: File) : Server

Web server that:

Link copied to clipboard
interface Server

Abstract representation of a server.

Link copied to clipboard

Endpoints of the local web server.

Link copied to clipboard

Scans for a free port and starts the server on it.

Properties

Link copied to clipboard

Loopback address used by the server and all clients. On Windows, localhost may resolve to ::1 (IPv6) and cause connection timeouts, so the explicit IPv4 loopback (127.0.0.1) is used instead.

Functions

Link copied to clipboard