Skip to main content

Type Alias: ServeHandlerInfo

ServeHandlerInfo = object

Defined in: net/server/http-compat.ts:457

Define a minimal local ServeHandlerInfo type for compatibility Always uses the unified HttpRemoteAddr abstraction.

Properties

PropertyTypeDescriptionDefined in
completedPromise<void>Resolves when the response is fully sent. Natively supported in Deno; resolved on finish/close event in Node.js.net/server/http-compat.ts:460
remoteAddrHttpRemoteAddr-net/server/http-compat.ts:458