However this library provides no way of knowing what the destination port on client was.
So, if you setup a WifiEspServer object to listen for requests on port 80, it will also respond to requests made by a client to port 10002.....which in my case is requesting a UDP response.
How do you determine what the destination port was?