-
Notifications
You must be signed in to change notification settings - Fork 242
Could we make it return all the connect info? #627
Open
Description
get remoteAddr(): string | undefined { return (this.#conn?.remoteAddr as Deno.NetAddr)?.hostname; }
I want know remote connect port. But I find oak just return native request hostname. Can we let it return whole Deno.NetAddr?
Metadata
Metadata
Assignees
Type
Fields
Give feedbackNo fields configured for issues without a type.