This is the local address class. It contains information about the local address. The local address is the address on the server the client connected to.
This function will return the IP address connected to by the client.
req.local().address();
// -> will return the IP connected to by the client.
This function will return the port connected to by the client.
req.local().port();
// -> will return the port connected to by the client.