interface Deno.Server
An instance of the server created using Deno.serve()
API.
Properties
🔗
finished: Promise<void>
A promise that resolves once server finishes - eg. when aborted using
the signal passed to ServeOptions.signal
.