TailcatServer
Defined in: packages/tailcat/src/types.ts:43
Properties
Section titled “Properties”address
Section titled “address”address:
string
Defined in: packages/tailcat/src/types.ts:45
The connection token to hand to the other side.
exited
Section titled “exited”exited:
Promise<number>
Defined in: packages/tailcat/src/types.ts:48
Resolves with the exit code once the server process ends.
Methods
Section titled “Methods”stop()
Section titled “stop()”stop():
void
Defined in: packages/tailcat/src/types.ts:51
Stops the server. The address dies with it when the key was ephemeral.
Returns
Section titled “Returns”void