httpd_uri() function
For an HTTP request, searches through all the registered URI handlers and invokes the appropriate one if found
Arguments
hd
Server instance data for which handler needs to be invoked
Return value
- ESP_OK : if handler found and executed successfully - ESP_FAIL : otherwise