Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
interface Deno.ServeHandlerInfo
Unstable

Additional information for an HTTP request and its connection.

Properties

remoteAddr: Deno.NetAddr

The remote address of the connection.

Properties

remoteAddr: Deno.NetAddr

The remote address of the connection.

completed: Promise<void>

The completion promise

Properties

remoteAddr: Deno.NetAddr

The remote address of the connection.

completed: Promise<void>

The completion promise