UnixSocketServerSettings

class UnixSocketServerSettings(val socketPath: String, val connectionIdleTimeoutSeconds: Long = 45)(source)

Represents the settings for a Unix-based HTTP server.

Report a problem

Constructors

Link copied to clipboard
constructor(socketPath: String, connectionIdleTimeoutSeconds: Long = 45)

Properties

Link copied to clipboard

time to live for IDLE connections

Link copied to clipboard

the path to the Unix domain socket file used for the server communication.