From 9a97edce05ba3719ae3ace41df2b49e9168c1fa9 Mon Sep 17 00:00:00 2001 From: Luca Casonato Date: Fri, 27 Oct 2023 14:35:31 +0200 Subject: feat: rename Deno.Server to Deno.HttpServer (#20842) Keeps the old name around for backwards compat. Closes #20840 --- cli/tsc/dts/lib.deno.unstable.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/tsc/dts/lib.deno.unstable.d.ts') diff --git a/cli/tsc/dts/lib.deno.unstable.d.ts b/cli/tsc/dts/lib.deno.unstable.d.ts index 76e8ef49b..56188f3b8 100644 --- a/cli/tsc/dts/lib.deno.unstable.d.ts +++ b/cli/tsc/dts/lib.deno.unstable.d.ts @@ -1941,7 +1941,7 @@ declare namespace Deno { * * @category HTTP Server */ - export interface Server { + export interface HttpServer { /** Gracefully close the server. No more new connections will be accepted, * while pending requests will be allowed to finish. */ -- cgit v1.2.3