Deno.ServeHandlerInfo
Information for a HTTP request.
interface ServeHandlerInfo {
remoteAddr: Deno.NetAddr;
}§Properties
§
remoteAddr: Deno.NetAddr
[src]The remote address of the connection.
Information for a HTTP request.
The remote address of the connection.