Skip to content

TailcatServer

Defined in: packages/tailcat/src/types.ts:43

address: string

Defined in: packages/tailcat/src/types.ts:45

The connection token to hand to the other side.


exited: Promise<number>

Defined in: packages/tailcat/src/types.ts:48

Resolves with the exit code once the server process ends.

stop(): void

Defined in: packages/tailcat/src/types.ts:51

Stops the server. The address dies with it when the key was ephemeral.

void