You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ideally you would never need to access the underlying native request. It is an internal abstraction. Other than "it is nice to have" do you have a specific use case?
https://github.com/oakserver/oak/blame/aad49081dd7dca6781ec3cfcd7af395fc3884547/http_server_native_request.ts#L80
I want know remote connect port. But I find oak just return native request hostname. Can we let it return whole Deno.NetAddr?
The text was updated successfully, but these errors were encountered: