Skip to main content
method Deno.HttpServer.shutdown
HttpServer.shutdown(): Promise<void>
Deprecated

Gracefully close the server. No more new connections will be accepted, while pending requests will be allowed to finish.

Return Type

Promise<void>
Back to top